Skip to content

Commit 9dbc80b

Browse files
committed
test foreign keys
1 parent a5cf32b commit 9dbc80b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_data/taps/schemas/shopify/v3/shopify-v3-foreign-keys.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keys:
55
- table: abandoned_checkouts
66
keys:
77
- customer.default_address.customer_id
8-
- customer.id
8+
- customers.id
99
- customer.addresses.customer_id
1010
- table: customers
1111
keys:
@@ -14,7 +14,7 @@ keys:
1414
orders_order_id:
1515
- table: abandoned_checkouts
1616
keys:
17-
- customer.last_order_id
17+
- customers.lastOrder.id
1818
- table: customers
1919
keys:
2020
- last_order_id
@@ -31,23 +31,23 @@ keys:
3131
order_refunds_refund_id:
3232
- table: order_refunds
3333
keys:
34-
- id
34+
- lastOrder.id
3535
- table: orders
3636
keys:
3737
- refunds.id
3838
- refunds.order_adjustments.refund_id
3939
product_product_id:
4040
- table: abandoned_checkouts
4141
keys:
42-
- line_items.product_id
42+
- lineItems.product.id
4343
- table: order_refunds
4444
keys:
45-
- refund_line_items.line_item.product_id
45+
- refundLineItems.lineItem.product.id
4646
- table: orders
4747
keys:
4848
- fulfillments.line_items.product_id
4949
- refunds.refund_line_items.line_item.product_id
50-
- line_items.product_id
50+
- lineItems.product.id
5151
- table: products
5252
keys:
5353
- id

0 commit comments

Comments
 (0)