Skip to content

Commit 4668040

Browse files
committed
added metafileds_
1 parent cc2a4af commit 4668040

File tree

3 files changed

+36
-88
lines changed

3 files changed

+36
-88
lines changed

_data/taps/schemas/shopify/v3/json/metafields.json

Lines changed: 0 additions & 84 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ keys:
1111
keys:
1212
- id
1313
- addresses.id
14-
metafields_metafield_id:
15-
- table: metafields
16-
keys:
17-
- id
1814
orders_order_id:
1915
- table: abandoned_checkouts
2016
keys:

_data/taps/schemas/shopify/v3/shopify-v3-tables.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,42 @@ tables:
9595
replication-method: Key-based Incremental
9696
primary-key: id
9797
replication-key: updated_at
98+
- name: metafields_collections
99+
description: 'The `{{ table.name }}` table contains info about metafields for collections.
100+
'
101+
links:
102+
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/locations.json
103+
api-method: https://shopify.dev/docs/api/admin-graphql/latest/objects/metafield
104+
table-details:
105+
replication-method: Key-based Incremental
106+
replication-key: updatedAt
107+
- name: metafields_customers
108+
description: 'The `{{ table.name }}` table contains info about metafields for customers.
109+
'
110+
links:
111+
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/locations.json
112+
api-method: https://shopify.dev/docs/api/admin-graphql/latest/objects/metafield
113+
table-details:
114+
replication-method: Key-based Incremental
115+
replication-key: updatedAt
116+
- name: metafields_orders
117+
description: 'The `{{ table.name }}` table contains info about metafields for orders.
118+
'
119+
links:
120+
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/locations.json
121+
api-method: https://shopify.dev/docs/api/admin-graphql/latest/objects/metafield
122+
table-details:
123+
replication-method: Key-based Incremental
124+
replication-key: updatedAt
125+
- name: metafields_products
126+
description: 'The `{{ table.name }}` table contains info about metafields for products.
127+
'
128+
links:
129+
singer-schema: https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/locations.json
130+
api-method: https://shopify.dev/docs/api/admin-graphql/latest/objects/metafield
131+
table-details:
132+
replication-method: Key-based Incremental
133+
replication-key: updatedAt
98134
- name: product_variants
99135
description: 'The `{{ table.name }}` table contains info about variants that can
100136
be added to a product to represent one version of a product with several options.

0 commit comments

Comments
 (0)