airbyte-source-shopify 3.0.5.dev202504231528__py3-none-any.whl → 3.0.5.dev202505152023__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.3
2
2
  Name: airbyte-source-shopify
3
- Version: 3.0.5.dev202504231528
3
+ Version: 3.0.5.dev202505152023
4
4
  Summary: Source CDK implementation for Shopify.
5
5
  License: ELv2
6
6
  Author: Airbyte
@@ -59,12 +59,12 @@ source_shopify/shopify_graphql/bulk/retry.py,sha256=R5rSJJE8D5zcj6mN-OmmNO2aFZEI
59
59
  source_shopify/shopify_graphql/bulk/status.py,sha256=RmuQ2XsYL3iRCpVGxea9F1wXGmbwasDCSXjaTyL4LMA,328
60
60
  source_shopify/shopify_graphql/bulk/tools.py,sha256=nUQ2ZmPTKJNJdfLToR6KJtLKcJFCChSifkAOvwg0Vss,4065
61
61
  source_shopify/source.py,sha256=txb3wIm-3xXd8-5QLSeu2TeHBSnppwy5PEIOEl40mVw,8517
62
- source_shopify/spec.json,sha256=ITYWiQ-NrI5VISk5qmUQhp9ChUE2FV18d8xzVzPwvAg,6144
62
+ source_shopify/spec.json,sha256=ndDvDlMnjmWm_Ymb1l2skn1mjP-gCC1BscEopjVGkjM,6170
63
63
  source_shopify/streams/base_streams.py,sha256=FFIpHd5_-Z61W_jUucdr8D2MzUete1Y2E50bQDCLakE,41555
64
64
  source_shopify/streams/streams.py,sha256=8LkM-SRhbGX2MwfHsjcWY62Z6g0jKZ0QfcS4B-vKPoM,13882
65
65
  source_shopify/transform.py,sha256=mn0htL812_90zc_YszGQa0hHcIZQpYYdmk8IqpZm5TI,4685
66
66
  source_shopify/utils.py,sha256=CAEKcxIroBo6kRFCyvC1bfOyfbGy7Z7seqZB7Eekl44,14209
67
- airbyte_source_shopify-3.0.5.dev202504231528.dist-info/METADATA,sha256=l-DUEytxAqSQJ2kogeF8v8Eav16umrvubn69FSxa0co,5325
68
- airbyte_source_shopify-3.0.5.dev202504231528.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
69
- airbyte_source_shopify-3.0.5.dev202504231528.dist-info/entry_points.txt,sha256=SyTwKSsPk9MCdPf01saWpnp8hcmZOgBssVcSIvMbBeQ,57
70
- airbyte_source_shopify-3.0.5.dev202504231528.dist-info/RECORD,,
67
+ airbyte_source_shopify-3.0.5.dev202505152023.dist-info/METADATA,sha256=4a7JyPg4YXoGCGurKvhiRIHwXd4nkQ3pnEUun6_xQ90,5325
68
+ airbyte_source_shopify-3.0.5.dev202505152023.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
69
+ airbyte_source_shopify-3.0.5.dev202505152023.dist-info/entry_points.txt,sha256=SyTwKSsPk9MCdPf01saWpnp8hcmZOgBssVcSIvMbBeQ,57
70
+ airbyte_source_shopify-3.0.5.dev202505152023.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.2
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
source_shopify/spec.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "$schema": "https://json-schema.org/draft-07/schema#",
5
5
  "title": "Shopify Source CDK Specifications",
6
6
  "type": "object",
7
- "required": ["shop"],
7
+ "required": [],
8
8
  "additionalProperties": true,
9
9
  "properties": {
10
10
  "shop": {
@@ -13,7 +13,8 @@
13
13
  "description": "The name of your Shopify store found in the URL. For example, if your URL was https://NAME.myshopify.com, then the name would be 'NAME' or 'NAME.myshopify.com'.",
14
14
  "pattern": "^(?!https://)(?!https://).*",
15
15
  "examples": ["my-store", "my-store.myshopify.com"],
16
- "order": 1
16
+ "order": 1,
17
+ "airbyte_hidden": true
17
18
  },
18
19
  "credentials": {
19
20
  "title": "Shopify Authorization Method",