airbyte-agent-amazon-ads 0.1.7__tar.gz → 0.1.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.
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/AUTH.md +1 -1
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/CHANGELOG.md +5 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/PKG-INFO +4 -4
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/README.md +3 -3
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/connector.py +7 -7
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/connector_model.py +2 -2
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/pyproject.toml +1 -1
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/.gitignore +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/REFERENCE.md +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/models.py +0 -0
- {airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/types.py +0 -0
|
@@ -96,7 +96,7 @@ The Amazon-Ads connector requires the following configuration variables. These v
|
|
|
96
96
|
|
|
97
97
|
| Variable | Type | Required | Default | Description |
|
|
98
98
|
|----------|------|----------|---------|-------------|
|
|
99
|
-
| `
|
|
99
|
+
| `region` | `string` | Yes | https://advertising-api.amazon.com | The Amazon Ads API endpoint URL based on region:
|
|
100
100
|
- NA (North America): https://advertising-api.amazon.com
|
|
101
101
|
- EU (Europe): https://advertising-api-eu.amazon.com
|
|
102
102
|
- FE (Far East): https://advertising-api-fe.amazon.com
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Amazon Ads changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.8] - 2026-01-23
|
|
4
|
+
- Updated connector definition (YAML version 1.0.3)
|
|
5
|
+
- Source commit: 6b458f8d
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.7] - 2026-01-23
|
|
4
9
|
- Updated connector definition (YAML version 1.0.2)
|
|
5
10
|
- Source commit: 32c5ef46
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-amazon-ads
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: Airbyte Amazon-Ads 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/
|
|
@@ -132,6 +132,6 @@ For the service's official API docs, see the [Amazon-Ads API reference](https://
|
|
|
132
132
|
|
|
133
133
|
## Version information
|
|
134
134
|
|
|
135
|
-
- **Package version:** 0.1.
|
|
136
|
-
- **Connector version:** 1.0.
|
|
137
|
-
- **Generated with Connector SDK commit SHA:**
|
|
135
|
+
- **Package version:** 0.1.8
|
|
136
|
+
- **Connector version:** 1.0.3
|
|
137
|
+
- **Generated with Connector SDK commit SHA:** 6b458f8da225d916000a168b778c0a70c3b636d6
|
|
@@ -99,6 +99,6 @@ For the service's official API docs, see the [Amazon-Ads API reference](https://
|
|
|
99
99
|
|
|
100
100
|
## Version information
|
|
101
101
|
|
|
102
|
-
- **Package version:** 0.1.
|
|
103
|
-
- **Connector version:** 1.0.
|
|
104
|
-
- **Generated with Connector SDK commit SHA:**
|
|
102
|
+
- **Package version:** 0.1.8
|
|
103
|
+
- **Connector version:** 1.0.3
|
|
104
|
+
- **Generated with Connector SDK commit SHA:** 6b458f8da225d916000a168b778c0a70c3b636d6
|
|
@@ -56,7 +56,7 @@ class AmazonAdsConnector:
|
|
|
56
56
|
"""
|
|
57
57
|
|
|
58
58
|
connector_name = "amazon-ads"
|
|
59
|
-
connector_version = "1.0.
|
|
59
|
+
connector_version = "1.0.3"
|
|
60
60
|
vendored_sdk_version = "0.1.0" # Version of vendored connector-sdk
|
|
61
61
|
|
|
62
62
|
# Map of (entity, action) -> needs_envelope for envelope wrapping decision
|
|
@@ -87,7 +87,7 @@ class AmazonAdsConnector:
|
|
|
87
87
|
airbyte_client_id: str | None = None,
|
|
88
88
|
airbyte_client_secret: str | None = None,
|
|
89
89
|
on_token_refresh: Any | None = None,
|
|
90
|
-
|
|
90
|
+
region: str | None = None ):
|
|
91
91
|
"""
|
|
92
92
|
Initialize a new amazon-ads connector instance.
|
|
93
93
|
|
|
@@ -102,7 +102,7 @@ class AmazonAdsConnector:
|
|
|
102
102
|
airbyte_client_secret: Airbyte OAuth client secret (required for hosted mode)
|
|
103
103
|
on_token_refresh: Optional callback for OAuth2 token refresh persistence.
|
|
104
104
|
Called with new_tokens dict when tokens are refreshed. Can be sync or async.
|
|
105
|
-
Example: lambda tokens: save_to_database(tokens)
|
|
105
|
+
Example: lambda tokens: save_to_database(tokens) region: The Amazon Ads API endpoint URL based on region:
|
|
106
106
|
- NA (North America): https://advertising-api.amazon.com
|
|
107
107
|
- EU (Europe): https://advertising-api-eu.amazon.com
|
|
108
108
|
- FE (Far East): https://advertising-api-fe.amazon.com
|
|
@@ -149,8 +149,8 @@ class AmazonAdsConnector:
|
|
|
149
149
|
|
|
150
150
|
# Build config_values dict from server variables
|
|
151
151
|
config_values: dict[str, str] = {}
|
|
152
|
-
if
|
|
153
|
-
config_values["
|
|
152
|
+
if region:
|
|
153
|
+
config_values["region"] = region
|
|
154
154
|
|
|
155
155
|
self._executor = LocalExecutor(
|
|
156
156
|
model=AmazonAdsConnectorModel,
|
|
@@ -161,8 +161,8 @@ class AmazonAdsConnector:
|
|
|
161
161
|
|
|
162
162
|
# Update base_url with server variables if provided
|
|
163
163
|
base_url = self._executor.http_client.base_url
|
|
164
|
-
if
|
|
165
|
-
base_url = base_url.replace("{
|
|
164
|
+
if region:
|
|
165
|
+
base_url = base_url.replace("{region}", region)
|
|
166
166
|
self._executor.http_client.base_url = base_url
|
|
167
167
|
|
|
168
168
|
# Initialize entity query objects
|
|
@@ -26,8 +26,8 @@ from uuid import (
|
|
|
26
26
|
AmazonAdsConnectorModel: ConnectorModel = ConnectorModel(
|
|
27
27
|
id=UUID('c6b0a29e-1da9-4512-9002-7bfd0cba2246'),
|
|
28
28
|
name='amazon-ads',
|
|
29
|
-
version='1.0.
|
|
30
|
-
base_url='{
|
|
29
|
+
version='1.0.3',
|
|
30
|
+
base_url='{region}',
|
|
31
31
|
auth=AuthConfig(
|
|
32
32
|
type=AuthType.OAUTH2,
|
|
33
33
|
config={
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/models.py
RENAMED
|
File without changes
|
{airbyte_agent_amazon_ads-0.1.7 → airbyte_agent_amazon_ads-0.1.8}/airbyte_agent_amazon_ads/types.py
RENAMED
|
File without changes
|