Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions examples/v1/collections/main/queries/joins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ dataset_query:
- PUBLIC
- ORDERS
joins:
- stages:
- "lib/type": mbql/join
stages:
- "lib/type": mbql.stage/mbql
source-table:
- Sample Database
Expand All @@ -38,7 +39,8 @@ dataset_query:
alias: Products
strategy: left-join
fields: all
- stages:
- "lib/type": mbql/join
stages:
- "lib/type": mbql.stage/mbql
source-table:
- Sample Database
Expand Down Expand Up @@ -74,7 +76,8 @@ dataset_query:
- PUBLIC
- PEOPLE
- STATE
- stages:
- "lib/type": mbql/join
stages:
- "lib/type": mbql.stage/mbql
source-table:
- Sample Database
Expand Down
Loading