airbyte-source-shopify 2.6.0__py3-none-any.whl → 2.6.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {airbyte_source_shopify-2.6.0.dist-info → airbyte_source_shopify-2.6.2.dist-info}/METADATA +2 -1
- {airbyte_source_shopify-2.6.0.dist-info → airbyte_source_shopify-2.6.2.dist-info}/RECORD +5 -5
- source_shopify/utils.py +0 -5
- {airbyte_source_shopify-2.6.0.dist-info → airbyte_source_shopify-2.6.2.dist-info}/WHEEL +0 -0
- {airbyte_source_shopify-2.6.0.dist-info → airbyte_source_shopify-2.6.2.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: airbyte-source-shopify
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.2
|
|
4
4
|
Summary: Source CDK implementation for Shopify.
|
|
5
5
|
License: ELv2
|
|
6
6
|
Author: Airbyte
|
|
@@ -12,6 +12,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Requires-Dist: airbyte-cdk (>=6,<7)
|
|
14
14
|
Requires-Dist: graphql-query (>=1,<2)
|
|
15
|
+
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
|
|
15
16
|
Requires-Dist: sgqlc (==16.3)
|
|
16
17
|
Project-URL: Documentation, https://docs.airbyte.com/integrations/sources/shopify
|
|
17
18
|
Project-URL: Homepage, https://airbyte.com
|
|
@@ -62,8 +62,8 @@ source_shopify/spec.json,sha256=ITYWiQ-NrI5VISk5qmUQhp9ChUE2FV18d8xzVzPwvAg,6144
|
|
|
62
62
|
source_shopify/streams/base_streams.py,sha256=-Yww6tSot5xG4MSwSK2JWHjR3DDFYM9q5Lw3GAKDNsc,40491
|
|
63
63
|
source_shopify/streams/streams.py,sha256=UoWe89U5xfM2jdgCpWqRv5S4tXGM7GTMU0gq8nCr9oU,9618
|
|
64
64
|
source_shopify/transform.py,sha256=mn0htL812_90zc_YszGQa0hHcIZQpYYdmk8IqpZm5TI,4685
|
|
65
|
-
source_shopify/utils.py,sha256=
|
|
66
|
-
airbyte_source_shopify-2.6.
|
|
67
|
-
airbyte_source_shopify-2.6.
|
|
68
|
-
airbyte_source_shopify-2.6.
|
|
69
|
-
airbyte_source_shopify-2.6.
|
|
65
|
+
source_shopify/utils.py,sha256=CAEKcxIroBo6kRFCyvC1bfOyfbGy7Z7seqZB7Eekl44,14209
|
|
66
|
+
airbyte_source_shopify-2.6.2.dist-info/METADATA,sha256=79evEskuaCqgRFG89mGL6EXegB08AmyTwNXTa9YzFng,5309
|
|
67
|
+
airbyte_source_shopify-2.6.2.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
68
|
+
airbyte_source_shopify-2.6.2.dist-info/entry_points.txt,sha256=SyTwKSsPk9MCdPf01saWpnp8hcmZOgBssVcSIvMbBeQ,57
|
|
69
|
+
airbyte_source_shopify-2.6.2.dist-info/RECORD,,
|
source_shopify/utils.py
CHANGED
|
@@ -45,11 +45,6 @@ class ShopifyNonRetryableErrors:
|
|
|
45
45
|
failure_type=FailureType.config_error,
|
|
46
46
|
error_message=f"Stream `{stream}`. Not available or missing.",
|
|
47
47
|
),
|
|
48
|
-
500: ErrorResolution(
|
|
49
|
-
response_action=ResponseAction.IGNORE,
|
|
50
|
-
failure_type=FailureType.config_error,
|
|
51
|
-
error_message=f"Stream `{stream}`. Entity might not be available or missing.",
|
|
52
|
-
),
|
|
53
48
|
# extend the mapping with more handable errors, if needed.
|
|
54
49
|
}
|
|
55
50
|
|
|
File without changes
|
{airbyte_source_shopify-2.6.0.dist-info → airbyte_source_shopify-2.6.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|