airbyte-source-shopify 3.0.7__tar.gz → 3.0.8__tar.gz

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.
Files changed (69) hide show
  1. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/PKG-INFO +3 -3
  2. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/pyproject.toml +7 -10
  3. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/streams/streams.py +7 -0
  4. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/README.md +0 -0
  5. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/__init__.py +0 -0
  6. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/auth.py +0 -0
  7. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/config_migrations.py +0 -0
  8. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/http_request.py +0 -0
  9. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/run.py +0 -0
  10. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/abandoned_checkouts.json +0 -0
  11. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/articles.json +0 -0
  12. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/balance_transactions.json +0 -0
  13. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/blogs.json +0 -0
  14. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/collections.json +0 -0
  15. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/collects.json +0 -0
  16. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/countries.json +0 -0
  17. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/custom_collections.json +0 -0
  18. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/customer_address.json +0 -0
  19. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/customer_journey_summary.json +0 -0
  20. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/customers.json +0 -0
  21. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/discount_codes.json +0 -0
  22. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/disputes.json +0 -0
  23. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/draft_orders.json +0 -0
  24. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/fulfillment_orders.json +0 -0
  25. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/fulfillments.json +0 -0
  26. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/inventory_items.json +0 -0
  27. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/inventory_levels.json +0 -0
  28. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/locations.json +0 -0
  29. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_articles.json +0 -0
  30. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_blogs.json +0 -0
  31. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_collections.json +0 -0
  32. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_customers.json +0 -0
  33. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_draft_orders.json +0 -0
  34. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_locations.json +0 -0
  35. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_orders.json +0 -0
  36. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_pages.json +0 -0
  37. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_product_images.json +0 -0
  38. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_product_variants.json +0 -0
  39. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_products.json +0 -0
  40. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_shops.json +0 -0
  41. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/metafield_smart_collections.json +0 -0
  42. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/order_agreements.json +0 -0
  43. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/order_refunds.json +0 -0
  44. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/order_risks.json +0 -0
  45. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/orders.json +0 -0
  46. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/pages.json +0 -0
  47. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/price_rules.json +0 -0
  48. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/product_images.json +0 -0
  49. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/product_variants.json +0 -0
  50. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/products.json +0 -0
  51. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/profile_location_groups.json +0 -0
  52. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/shop.json +0 -0
  53. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/smart_collections.json +0 -0
  54. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/tender_transactions.json +0 -0
  55. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/schemas/transactions.json +0 -0
  56. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/scopes.py +0 -0
  57. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/shopify_graphql/bulk/__init__.py +0 -0
  58. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/shopify_graphql/bulk/exceptions.py +0 -0
  59. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/shopify_graphql/bulk/job.py +0 -0
  60. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/shopify_graphql/bulk/query.py +0 -0
  61. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/shopify_graphql/bulk/record.py +0 -0
  62. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/shopify_graphql/bulk/retry.py +0 -0
  63. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/shopify_graphql/bulk/status.py +0 -0
  64. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/shopify_graphql/bulk/tools.py +0 -0
  65. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/source.py +0 -0
  66. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/spec.json +0 -0
  67. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/streams/base_streams.py +0 -0
  68. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/transform.py +0 -0
  69. {airbyte_source_shopify-3.0.7 → airbyte_source_shopify-3.0.8}/source_shopify/utils.py +0 -0
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.1
2
2
  Name: airbyte-source-shopify
3
- Version: 3.0.7
3
+ Version: 3.0.8
4
4
  Summary: Source CDK implementation for Shopify.
5
+ Home-page: https://airbyte.com
5
6
  License: ELv2
6
7
  Author: Airbyte
7
8
  Author-email: contact@airbyte.io
@@ -15,7 +16,6 @@ Requires-Dist: graphql-query (>=1,<2)
15
16
  Requires-Dist: pendulum (>=2.1.2,<3.0.0)
16
17
  Requires-Dist: sgqlc (==16.3)
17
18
  Project-URL: Documentation, https://docs.airbyte.com/integrations/sources/shopify
18
- Project-URL: Homepage, https://airbyte.com
19
19
  Project-URL: Repository, https://github.com/airbytehq/airbyte
20
20
  Description-Content-Type: text/markdown
21
21
 
@@ -1,24 +1,19 @@
1
1
  [build-system]
2
- requires = [
3
- "poetry-core>=1.0.0",
4
- ]
2
+ requires = [ "poetry-core>=1.0.0",]
5
3
  build-backend = "poetry.core.masonry.api"
6
4
 
7
5
  [tool.poetry]
8
- version = "3.0.7"
6
+ version = "3.0.8"
9
7
  name = "airbyte-source-shopify"
10
8
  description = "Source CDK implementation for Shopify."
11
- authors = [
12
- "Airbyte <contact@airbyte.io>",
13
- ]
9
+ authors = [ "Airbyte <contact@airbyte.io>",]
14
10
  license = "ELv2"
15
11
  readme = "README.md"
16
12
  documentation = "https://docs.airbyte.com/integrations/sources/shopify"
17
13
  homepage = "https://airbyte.com"
18
14
  repository = "https://github.com/airbytehq/airbyte"
19
- packages = [
20
- { include = "source_shopify" },
21
- ]
15
+ [[tool.poetry.packages]]
16
+ include = "source_shopify"
22
17
 
23
18
  [tool.poetry.dependencies]
24
19
  python = "^3.10,<3.12"
@@ -38,5 +33,7 @@ freezegun = "^1.4.0"
38
33
 
39
34
  [tool.poe]
40
35
  include = [
36
+ # Shared tasks definition file(s) can be imported here.
37
+ # Run `poe` or `poe --help` to see the list of available tasks.
41
38
  "${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
42
39
  ]
@@ -4,6 +4,7 @@
4
4
 
5
5
 
6
6
  import logging
7
+ import sys
7
8
  from typing import Any, Iterable, Mapping, MutableMapping, Optional
8
9
 
9
10
  import requests
@@ -138,6 +139,12 @@ class MetafieldProducts(IncrementalShopifyGraphQlBulkStream):
138
139
  parent_stream_class = Products
139
140
  bulk_query: MetafieldProduct = MetafieldProduct
140
141
 
142
+ state_checkpoint_interval = sys.maxsize
143
+
144
+ @property
145
+ def filter_by_state_checkpoint(self) -> bool:
146
+ return True
147
+
141
148
 
142
149
  class ProductImages(IncrementalShopifyGraphQlBulkStream):
143
150
  parent_stream_class = Products