-
Notifications
You must be signed in to change notification settings - Fork 4.4k
/
Copy pathmetadata.yaml
112 lines (112 loc) · 3.37 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
data:
ab_internal:
ql: 400
sl: 300
allowedHosts:
hosts:
- ${shop}.myshopify.com
- shopify.com
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
connectorSubtype: api
connectorType: source
definitionId: 9da77001-af33-4bcd-be46-6252bf9342b9
dockerImageTag: 2.1.1
dockerRepository: airbyte/source-shopify
documentationUrl: https://docs.airbyte.com/integrations/sources/shopify
githubIssueLabel: source-shopify
icon: shopify.svg
license: ELv2
maxSecondsBetweenMessages: 21600
name: Shopify
remoteRegistries:
pypi:
enabled: true
packageName: airbyte-source-shopify
registries:
cloud:
enabled: true
oss:
enabled: true
releaseStage: generally_available
releases:
breakingChanges:
1.0.0:
message:
"This upgrade brings changes to certain streams after migration to
Shopify API version `2023-07`, more details in this PR: https://github.com/airbytehq/airbyte/pull/29361."
upgradeDeadline: "2023-09-17"
2.0.0:
message:
"This upgrade brings perfomance impovements and stream schema changes.
Details are available here: https://github.com/airbytehq/airbyte/pull/32345#issue-1985556333."
upgradeDeadline: "2024-03-18"
scopedImpact:
- scopeType: stream
impactedScopes:
[
"collections",
"customer_address",
"discount_codes",
"fulfillment_orders",
"fulfillments",
"inventory_items",
"inventory_levels",
"metafield_collections",
"metafield_customers",
"metafield_draft_orders",
"metafield_locations",
"metafield_orders",
"metafield_product_images",
"metafield_product_variants",
"order_refunds",
"product_images",
"product_variants",
"transactions",
]
2.1.0:
message:
"This upgrade changes the `Products`, `Product Images` and `Product Variants` streams to use `Shopify GraphQL BULK`.
More details here: https://github.com/airbytehq/airbyte/pull/37767."
upgradeDeadline: "2024-06-10"
scopedImpact:
- scopeType: stream
impactedScopes: ["product_variants"]
suggestedStreams:
streams:
- customers
- order_refunds
- transactions_graphql
- product_variants
- abandoned_checkouts
- discount_codes
- inventory_items
- locations
- shop
- price_rules
- inventory_levels
- custom_collections
- fulfillments
- products_graph_ql
- product_images
- collects
- tender_transactions
- smart_collections
- draft_orders
- metafield_customers
- metafield_products
- metafield_orders
- customer_address
- fulfillment_orders
- metafield_shops
- countries
- metafield_product_variants
- metafield_smart_collections
- metafield_product_images
- metafield_draft_orders
- metafield_locations
supportLevel: certified
tags:
- language:python
- cdk:python
metadataSpecVersion: "1.0"