airbyte-source-shopify 3.0.14.dev202512192257__py3-none-any.whl → 3.0.14.dev202512222034__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-source-shopify
3
- Version: 3.0.14.dev202512192257
3
+ Version: 3.0.14.dev202512222034
4
4
  Summary: Source CDK implementation for Shopify.
5
5
  Home-page: https://airbyte.com
6
6
  License: ELv2
@@ -62,10 +62,10 @@ source_shopify/shopify_graphql/bulk/tools.py,sha256=nUQ2ZmPTKJNJdfLToR6KJtLKcJFC
62
62
  source_shopify/source.py,sha256=oikoM-VPNk62zlmeAQR59PMxfuXq2s42N7zaqLM6_lo,8575
63
63
  source_shopify/spec.json,sha256=ITYWiQ-NrI5VISk5qmUQhp9ChUE2FV18d8xzVzPwvAg,6144
64
64
  source_shopify/streams/base_streams.py,sha256=k_4uLaLADLRTUcSmP8uA_830uuzRvnqUaCVGcb0Zpd8,42625
65
- source_shopify/streams/streams.py,sha256=F_otpKWbwn4Xn_wYVIdPF1MVjaOGke3BlvPG336Ip28,18105
65
+ source_shopify/streams/streams.py,sha256=o8qpZ9ottSAHNVod3UGCcGKMgcDKCIBXOzrDOnoniik,18095
66
66
  source_shopify/transform.py,sha256=mn0htL812_90zc_YszGQa0hHcIZQpYYdmk8IqpZm5TI,4685
67
67
  source_shopify/utils.py,sha256=DSqEchu-MQJ7zust7CNfqOkGIv9OSR-5UUsuD-bsDa8,16224
68
- airbyte_source_shopify-3.0.14.dev202512192257.dist-info/METADATA,sha256=YtLc8y1hLx7E1BjYCj3XvskFi68Pvkzl5qHOnaf4nkU,5314
69
- airbyte_source_shopify-3.0.14.dev202512192257.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
70
- airbyte_source_shopify-3.0.14.dev202512192257.dist-info/entry_points.txt,sha256=SyTwKSsPk9MCdPf01saWpnp8hcmZOgBssVcSIvMbBeQ,57
71
- airbyte_source_shopify-3.0.14.dev202512192257.dist-info/RECORD,,
68
+ airbyte_source_shopify-3.0.14.dev202512222034.dist-info/METADATA,sha256=JO2OnmK4vIrAjzcoaQ25DCQmkp4NM0hWcTS9zSnuwVM,5314
69
+ airbyte_source_shopify-3.0.14.dev202512222034.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
70
+ airbyte_source_shopify-3.0.14.dev202512222034.dist-info/entry_points.txt,sha256=SyTwKSsPk9MCdPf01saWpnp8hcmZOgBssVcSIvMbBeQ,57
71
+ airbyte_source_shopify-3.0.14.dev202512222034.dist-info/RECORD,,
@@ -171,7 +171,7 @@ class DeletedProducts(IncrementalShopifyStream):
171
171
 
172
172
  @property
173
173
  def url_base(self) -> str:
174
- return f"https://{self.config['shop']}.myshopify.com/admin/api/{self.config['api_version']}/graphql.json"
174
+ return f"https://{self.config['shop']}.myshopify.com/admin/api/{self.api_version}/graphql.json"
175
175
 
176
176
  def path(self, **kwargs) -> str:
177
177
  return ""