mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-19 11:41:02 +02:00
test: use canonical semantic layer descriptions
This commit is contained in:
parent
e22c7704d8
commit
f750f3e6c3
2 changed files with 4 additions and 2 deletions
|
|
@ -98,7 +98,8 @@ describe('runKtxSl', () => {
|
|||
yaml: [
|
||||
'name: orders',
|
||||
'table: public.orders',
|
||||
'description: Paid order facts',
|
||||
'descriptions:',
|
||||
' user: Paid order facts',
|
||||
'grain: [order_id]',
|
||||
'columns:',
|
||||
' - name: order_id',
|
||||
|
|
|
|||
|
|
@ -576,7 +576,8 @@ describe('createLocalProjectMcpContextPorts', () => {
|
|||
sourceName: 'orders',
|
||||
yaml: [
|
||||
'name: orders',
|
||||
'description: Revenue facts',
|
||||
'descriptions:',
|
||||
' user: Revenue facts',
|
||||
'table: public.orders',
|
||||
'grain:',
|
||||
' - order_id',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue