airbyte-agent-shopify 0.1.17__tar.gz → 0.1.19__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.
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/CHANGELOG.md +10 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/PKG-INFO +3 -3
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/README.md +2 -2
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/__init__.py +2 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +4 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +5 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +81 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +12 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +10 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +16 -1
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +20 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/connector.py +35 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/connector_model.py +1 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/models.py +19 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/pyproject.toml +1 -1
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/.gitignore +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/AUTH.md +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/REFERENCE.md +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/types.py +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Shopify changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.19] - 2026-01-29
|
|
4
|
+
- Updated connector definition (YAML version 0.1.2)
|
|
5
|
+
- Source commit: c718c683
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.1.18] - 2026-01-28
|
|
9
|
+
- Updated connector definition (YAML version 0.1.2)
|
|
10
|
+
- Source commit: 97007bbd
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
3
13
|
## [0.1.17] - 2026-01-28
|
|
4
14
|
- Updated connector definition (YAML version 0.1.2)
|
|
5
15
|
- Source commit: f6c6fca2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-shopify
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.19
|
|
4
4
|
Summary: Airbyte Shopify Connector for AI platforms
|
|
5
5
|
Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
|
|
6
6
|
Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
|
|
@@ -171,6 +171,6 @@ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest
|
|
|
171
171
|
|
|
172
172
|
## Version information
|
|
173
173
|
|
|
174
|
-
- **Package version:** 0.1.
|
|
174
|
+
- **Package version:** 0.1.19
|
|
175
175
|
- **Connector version:** 0.1.2
|
|
176
|
-
- **Generated with Connector SDK commit SHA:**
|
|
176
|
+
- **Generated with Connector SDK commit SHA:** c718c683a61ee72524442b7fd5e9ac3a1b94698c
|
|
@@ -138,6 +138,6 @@ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest
|
|
|
138
138
|
|
|
139
139
|
## Version information
|
|
140
140
|
|
|
141
|
-
- **Package version:** 0.1.
|
|
141
|
+
- **Package version:** 0.1.19
|
|
142
142
|
- **Connector version:** 0.1.2
|
|
143
|
-
- **Generated with Connector SDK commit SHA:**
|
|
143
|
+
- **Generated with Connector SDK commit SHA:** c718c683a61ee72524442b7fd5e9ac3a1b94698c
|
{airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/__init__.py
RENAMED
|
@@ -88,6 +88,7 @@ from .models import (
|
|
|
88
88
|
MetafieldProductImagesListResultMeta,
|
|
89
89
|
CustomerAddressListResultMeta,
|
|
90
90
|
FulfillmentOrdersListResultMeta,
|
|
91
|
+
ShopifyCheckResult,
|
|
91
92
|
ShopifyExecuteResult,
|
|
92
93
|
ShopifyExecuteResultWithMeta,
|
|
93
94
|
CustomersListResult,
|
|
@@ -261,6 +262,7 @@ __all__ = [
|
|
|
261
262
|
"MetafieldProductImagesListResultMeta",
|
|
262
263
|
"CustomerAddressListResultMeta",
|
|
263
264
|
"FulfillmentOrdersListResultMeta",
|
|
265
|
+
"ShopifyCheckResult",
|
|
264
266
|
"ShopifyExecuteResult",
|
|
265
267
|
"ShopifyExecuteResultWithMeta",
|
|
266
268
|
"CustomersListResult",
|
|
@@ -496,6 +496,9 @@ def convert_openapi_to_connector_model(spec: OpenAPIConnector) -> ConnectorModel
|
|
|
496
496
|
# Extract untested flag
|
|
497
497
|
untested = getattr(operation, "x_airbyte_untested", None) or False
|
|
498
498
|
|
|
499
|
+
# Extract preferred_for_check flag
|
|
500
|
+
preferred_for_check = getattr(operation, "x_airbyte_preferred_for_check", None) or False
|
|
501
|
+
|
|
499
502
|
# Create endpoint definition
|
|
500
503
|
endpoint = EndpointDefinition(
|
|
501
504
|
method=method_name.upper(),
|
|
@@ -520,6 +523,7 @@ def convert_openapi_to_connector_model(spec: OpenAPIConnector) -> ConnectorModel
|
|
|
520
523
|
graphql_body=graphql_body,
|
|
521
524
|
file_field=file_field,
|
|
522
525
|
untested=untested,
|
|
526
|
+
preferred_for_check=preferred_for_check,
|
|
523
527
|
)
|
|
524
528
|
|
|
525
529
|
# Add to entities map
|
|
@@ -164,6 +164,11 @@ class HostedExecutor:
|
|
|
164
164
|
span.record_exception(e)
|
|
165
165
|
raise
|
|
166
166
|
|
|
167
|
+
async def check(self) -> ExecutionResult:
|
|
168
|
+
"""Perform a health check via the cloud API."""
|
|
169
|
+
config = ExecutionConfig(entity="*", action="check", params={})
|
|
170
|
+
return await self.execute(config)
|
|
171
|
+
|
|
167
172
|
def _parse_execution_result(self, response: dict) -> ExecutionResult:
|
|
168
173
|
"""Parse API response into ExecutionResult.
|
|
169
174
|
|
|
@@ -70,6 +70,14 @@ class _OperationContext:
|
|
|
70
70
|
self.validate_required_body_fields = executor._validate_required_body_fields
|
|
71
71
|
self.extract_records = executor._extract_records
|
|
72
72
|
|
|
73
|
+
@property
|
|
74
|
+
def standard_handler(self) -> _StandardOperationHandler | None:
|
|
75
|
+
"""Return the standard operation handler, or None if not registered."""
|
|
76
|
+
for h in self.executor._operation_handlers:
|
|
77
|
+
if isinstance(h, _StandardOperationHandler):
|
|
78
|
+
return h
|
|
79
|
+
return None
|
|
80
|
+
|
|
73
81
|
|
|
74
82
|
class _OperationHandler(Protocol):
|
|
75
83
|
"""Protocol for operation handlers."""
|
|
@@ -544,6 +552,79 @@ class LocalExecutor:
|
|
|
544
552
|
# These are "expected" execution errors - return them in ExecutionResult
|
|
545
553
|
return ExecutionResult(success=False, data={}, error=str(e))
|
|
546
554
|
|
|
555
|
+
async def check(self) -> ExecutionResult:
|
|
556
|
+
"""Perform a health check by running a lightweight list operation.
|
|
557
|
+
|
|
558
|
+
Finds the operation marked with preferred_for_check=True, or falls back
|
|
559
|
+
to the first list operation. Executes it with limit=1 to verify
|
|
560
|
+
connectivity and credentials.
|
|
561
|
+
|
|
562
|
+
Returns:
|
|
563
|
+
ExecutionResult with data containing status, error, and checked operation details.
|
|
564
|
+
"""
|
|
565
|
+
check_entity = None
|
|
566
|
+
check_endpoint = None
|
|
567
|
+
|
|
568
|
+
# Look for preferred check operation
|
|
569
|
+
for (ent_name, op_action), endpoint in self._operation_index.items():
|
|
570
|
+
if getattr(endpoint, "preferred_for_check", False):
|
|
571
|
+
check_entity = ent_name
|
|
572
|
+
check_endpoint = endpoint
|
|
573
|
+
break
|
|
574
|
+
|
|
575
|
+
# Fallback to first list operation
|
|
576
|
+
if check_endpoint is None:
|
|
577
|
+
for (ent_name, op_action), endpoint in self._operation_index.items():
|
|
578
|
+
if op_action == Action.LIST:
|
|
579
|
+
check_entity = ent_name
|
|
580
|
+
check_endpoint = endpoint
|
|
581
|
+
break
|
|
582
|
+
|
|
583
|
+
if check_endpoint is None or check_entity is None:
|
|
584
|
+
return ExecutionResult(
|
|
585
|
+
success=True,
|
|
586
|
+
data={
|
|
587
|
+
"status": "unhealthy",
|
|
588
|
+
"error": "No list operation available for health check",
|
|
589
|
+
},
|
|
590
|
+
)
|
|
591
|
+
|
|
592
|
+
# Find the standard handler to execute the list operation
|
|
593
|
+
standard_handler = next(
|
|
594
|
+
(h for h in self._operation_handlers if isinstance(h, _StandardOperationHandler)),
|
|
595
|
+
None,
|
|
596
|
+
)
|
|
597
|
+
|
|
598
|
+
if standard_handler is None:
|
|
599
|
+
return ExecutionResult(
|
|
600
|
+
success=True,
|
|
601
|
+
data={
|
|
602
|
+
"status": "unhealthy",
|
|
603
|
+
"error": "No standard handler available",
|
|
604
|
+
},
|
|
605
|
+
)
|
|
606
|
+
|
|
607
|
+
try:
|
|
608
|
+
await standard_handler.execute_operation(check_entity, Action.LIST, {"limit": 1})
|
|
609
|
+
return ExecutionResult(
|
|
610
|
+
success=True,
|
|
611
|
+
data={
|
|
612
|
+
"status": "healthy",
|
|
613
|
+
"checked_entity": check_entity,
|
|
614
|
+
"checked_action": "list",
|
|
615
|
+
},
|
|
616
|
+
)
|
|
617
|
+
except Exception as e:
|
|
618
|
+
return ExecutionResult(
|
|
619
|
+
success=True,
|
|
620
|
+
data={
|
|
621
|
+
"status": "unhealthy",
|
|
622
|
+
"error": str(e),
|
|
623
|
+
"checked_entity": check_entity,
|
|
624
|
+
"checked_action": "list",
|
|
625
|
+
},
|
|
626
|
+
)
|
|
627
|
+
|
|
547
628
|
async def _execute_operation(
|
|
548
629
|
self,
|
|
549
630
|
entity: str,
|
|
@@ -154,6 +154,18 @@ class ExecutorProtocol(Protocol):
|
|
|
154
154
|
"""
|
|
155
155
|
...
|
|
156
156
|
|
|
157
|
+
async def check(self) -> ExecutionResult:
|
|
158
|
+
"""Perform a health check to verify connectivity and credentials.
|
|
159
|
+
|
|
160
|
+
Returns:
|
|
161
|
+
ExecutionResult with data containing:
|
|
162
|
+
- status: "healthy" or "unhealthy"
|
|
163
|
+
- error: Error message if unhealthy
|
|
164
|
+
- checked_entity: Entity used for the check
|
|
165
|
+
- checked_action: Action used for the check
|
|
166
|
+
"""
|
|
167
|
+
...
|
|
168
|
+
|
|
157
169
|
|
|
158
170
|
# ============================================================================
|
|
159
171
|
# Executor Exceptions
|
|
@@ -86,6 +86,16 @@ class Operation(BaseModel):
|
|
|
86
86
|
"Validation will generate a warning instead of an error when cassettes are missing."
|
|
87
87
|
),
|
|
88
88
|
)
|
|
89
|
+
x_airbyte_preferred_for_check: bool | None = Field(
|
|
90
|
+
None,
|
|
91
|
+
alias="x-airbyte-preferred-for-check",
|
|
92
|
+
description=(
|
|
93
|
+
"Mark this list operation as the preferred operation for health checks. "
|
|
94
|
+
"When the CHECK action is executed, this operation will be used instead of "
|
|
95
|
+
"falling back to the first available list operation. Choose a lightweight, "
|
|
96
|
+
"always-available endpoint (e.g., users, accounts)."
|
|
97
|
+
),
|
|
98
|
+
)
|
|
89
99
|
|
|
90
100
|
# Future extensions (commented out, defined for future use)
|
|
91
101
|
# from .extensions import PaginationConfig
|
|
@@ -15,7 +15,16 @@ from .schema.security import AirbyteAuthConfig
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class Action(str, Enum):
|
|
18
|
-
"""Supported actions for Entity operations.
|
|
18
|
+
"""Supported actions for Entity operations.
|
|
19
|
+
|
|
20
|
+
Standard CRUD actions:
|
|
21
|
+
GET, CREATE, UPDATE, DELETE, LIST
|
|
22
|
+
|
|
23
|
+
Special actions:
|
|
24
|
+
API_SEARCH - Search via API endpoint
|
|
25
|
+
DOWNLOAD - Download file content
|
|
26
|
+
AUTHORIZE - OAuth authorization flow
|
|
27
|
+
"""
|
|
19
28
|
|
|
20
29
|
GET = "get"
|
|
21
30
|
CREATE = "create"
|
|
@@ -223,6 +232,12 @@ class EndpointDefinition(BaseModel):
|
|
|
223
232
|
description="Mark operation as untested to skip cassette validation (from x-airbyte-untested extension)",
|
|
224
233
|
)
|
|
225
234
|
|
|
235
|
+
# Health check support (Airbyte extension)
|
|
236
|
+
preferred_for_check: bool = Field(
|
|
237
|
+
False,
|
|
238
|
+
description="Mark this list operation as preferred for health checks (from x-airbyte-preferred-for-check extension)",
|
|
239
|
+
)
|
|
240
|
+
|
|
226
241
|
|
|
227
242
|
class EntityDefinition(BaseModel):
|
|
228
243
|
"""Definition of an API entity."""
|
|
@@ -810,11 +810,31 @@ def validate_connector_readiness(connector_dir: str | Path) -> Dict[str, Any]:
|
|
|
810
810
|
|
|
811
811
|
success = operations_missing_cassettes == 0 and cassettes_invalid == 0 and total_operations > 0
|
|
812
812
|
|
|
813
|
+
# Check for preferred_for_check on at least one list operation
|
|
814
|
+
has_preferred_check = False
|
|
815
|
+
for entity in config.entities:
|
|
816
|
+
for action_val in entity.actions:
|
|
817
|
+
endpoint = entity.endpoints.get(action_val)
|
|
818
|
+
if endpoint and getattr(endpoint, "preferred_for_check", False):
|
|
819
|
+
has_preferred_check = True
|
|
820
|
+
break
|
|
821
|
+
if has_preferred_check:
|
|
822
|
+
break
|
|
823
|
+
|
|
824
|
+
readiness_warnings = []
|
|
825
|
+
if not has_preferred_check:
|
|
826
|
+
readiness_warnings.append(
|
|
827
|
+
"No operation has x-airbyte-preferred-for-check: true. "
|
|
828
|
+
"Add this extension to a lightweight list operation (e.g., users.list) "
|
|
829
|
+
"to enable reliable health checks."
|
|
830
|
+
)
|
|
831
|
+
|
|
813
832
|
return {
|
|
814
833
|
"success": success,
|
|
815
834
|
"connector_name": config.name,
|
|
816
835
|
"connector_path": str(connector_path),
|
|
817
836
|
"validation_results": validation_results,
|
|
837
|
+
"readiness_warnings": readiness_warnings,
|
|
818
838
|
"summary": {
|
|
819
839
|
"total_operations": total_operations,
|
|
820
840
|
"operations_with_cassettes": operations_with_cassettes,
|
{airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/connector.py
RENAMED
|
@@ -74,6 +74,7 @@ if TYPE_CHECKING:
|
|
|
74
74
|
from .models import ShopifyAuthConfig
|
|
75
75
|
# Import response models and envelope models at runtime
|
|
76
76
|
from .models import (
|
|
77
|
+
ShopifyCheckResult,
|
|
77
78
|
ShopifyExecuteResult,
|
|
78
79
|
ShopifyExecuteResultWithMeta,
|
|
79
80
|
CustomersListResult,
|
|
@@ -900,6 +901,40 @@ class ShopifyConnector:
|
|
|
900
901
|
# No extractors - return raw response data
|
|
901
902
|
return result.data
|
|
902
903
|
|
|
904
|
+
# ===== HEALTH CHECK METHOD =====
|
|
905
|
+
|
|
906
|
+
async def check(self) -> ShopifyCheckResult:
|
|
907
|
+
"""
|
|
908
|
+
Perform a health check to verify connectivity and credentials.
|
|
909
|
+
|
|
910
|
+
Executes a lightweight list operation (limit=1) to validate that
|
|
911
|
+
the connector can communicate with the API and credentials are valid.
|
|
912
|
+
|
|
913
|
+
Returns:
|
|
914
|
+
ShopifyCheckResult with status ("healthy" or "unhealthy") and optional error message
|
|
915
|
+
|
|
916
|
+
Example:
|
|
917
|
+
result = await connector.check()
|
|
918
|
+
if result.status == "healthy":
|
|
919
|
+
print("Connection verified!")
|
|
920
|
+
else:
|
|
921
|
+
print(f"Check failed: {result.error}")
|
|
922
|
+
"""
|
|
923
|
+
result = await self._executor.check()
|
|
924
|
+
|
|
925
|
+
if result.success and isinstance(result.data, dict):
|
|
926
|
+
return ShopifyCheckResult(
|
|
927
|
+
status=result.data.get("status", "unhealthy"),
|
|
928
|
+
error=result.data.get("error"),
|
|
929
|
+
checked_entity=result.data.get("checked_entity"),
|
|
930
|
+
checked_action=result.data.get("checked_action"),
|
|
931
|
+
)
|
|
932
|
+
else:
|
|
933
|
+
return ShopifyCheckResult(
|
|
934
|
+
status="unhealthy",
|
|
935
|
+
error=result.error or "Unknown error during health check",
|
|
936
|
+
)
|
|
937
|
+
|
|
903
938
|
# ===== INTROSPECTION METHODS =====
|
|
904
939
|
|
|
905
940
|
@classmethod
|
{airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/models.py
RENAMED
|
@@ -1064,6 +1064,25 @@ class FulfillmentOrdersListResultMeta(BaseModel):
|
|
|
1064
1064
|
|
|
1065
1065
|
next_page_url: Union[str | None, Any] = Field(default=None)
|
|
1066
1066
|
|
|
1067
|
+
# ===== CHECK RESULT MODEL =====
|
|
1068
|
+
|
|
1069
|
+
class ShopifyCheckResult(BaseModel):
|
|
1070
|
+
"""Result of a health check operation.
|
|
1071
|
+
|
|
1072
|
+
Returned by the check() method to indicate connectivity and credential status.
|
|
1073
|
+
"""
|
|
1074
|
+
model_config = ConfigDict(extra="forbid")
|
|
1075
|
+
|
|
1076
|
+
status: str
|
|
1077
|
+
"""Health check status: 'healthy' or 'unhealthy'."""
|
|
1078
|
+
error: str | None = None
|
|
1079
|
+
"""Error message if status is 'unhealthy', None otherwise."""
|
|
1080
|
+
checked_entity: str | None = None
|
|
1081
|
+
"""Entity name used for the health check."""
|
|
1082
|
+
checked_action: str | None = None
|
|
1083
|
+
"""Action name used for the health check."""
|
|
1084
|
+
|
|
1085
|
+
|
|
1067
1086
|
# ===== RESPONSE ENVELOPE MODELS =====
|
|
1068
1087
|
|
|
1069
1088
|
# Type variables for generic envelope models
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.19}/airbyte_agent_shopify/types.py
RENAMED
|
File without changes
|