Skip to content

Commit

Permalink
šŸ› Source Google Ads: add 'asset' Resource to full refresh custom tablā€¦
Browse files Browse the repository at this point in the history
ā€¦es (airbytehq#25624)

* add 'asset' Resource tu full refresh custom tables

* update google-ads.md

* remove diff hunk marker

* update version in metadata.yaml

---------

Co-authored-by: Sunny Hashmi <[email protected]>
  • Loading branch information
bibimorlet and sh4sh authored May 30, 2023
1 parent c428294 commit dab4cfc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ COPY main.py ./

ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.2.19
LABEL io.airbyte.version=0.2.20
LABEL io.airbyte.name=airbyte/source-google-ads
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 253487c0-2246-43ba-a21f-5116b20a2c50
dockerImageTag: 0.2.19
dockerImageTag: 0.2.20
dockerRepository: airbyte/source-google-ads
githubIssueLabel: source-google-ads
icon: google-adwords.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
)
from .utils import GAQL

FULL_REFRESH_CUSTOM_TABLE = ["geo_target_constant", "custom_audience"]
FULL_REFRESH_CUSTOM_TABLE = ["asset", "custom_audience", "geo_target_constant"]


class SourceGoogleAds(AbstractSource):
Expand Down
14 changes: 7 additions & 7 deletions connectors.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Airbyte Connectors

A list of all airbyte connectors can now be found [here](https://connectors.airbyte.com/files/generated_reports/connector_registry_report.html) (or in the [docs](https://docs.airbyte.com/integrations/)).

This report is generated from the **Airbyte Catalog Registries**
* [OSS Registry JSON](https://connectors.airbyte.com/files/registries/v0/oss_registry.json)
* [Cloud Registry JSON](https://connectors.airbyte.com/files/registries/v0/cloud_registry.json)
# Airbyte Connectors

A list of all airbyte connectors can now be found [here](https://connectors.airbyte.com/files/generated_reports/connector_registry_report.html) (or in the [docs](https://docs.airbyte.com/integrations/)).

This report is generated from the **Airbyte Catalog Registries**
* [OSS Registry JSON](https://connectors.airbyte.com/files/registries/v0/oss_registry.json)
* [Cloud Registry JSON](https://connectors.airbyte.com/files/registries/v0/cloud_registry.json)
1 change: 1 addition & 0 deletions docs/integrations/sources/google-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Due to a limitation in the Google Ads API which does not allow getting performan

| Version | Date | Pull Request | Subject |
|:---------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------|
| `0.2.20` | 2023-03-27 | [25624](https://github.com/airbytehq/airbyte/pull/25624) | Add `asset` Resource to full refresh custom tables (GAQL Queries) |
| `0.2.19` | 2023-05-15 | [26209](https://github.com/airbytehq/airbyte/pull/26209) | Handle Token Refresh errors as `config_error` |
| `0.2.18` | 2023-05-15 | [25947](https://github.com/airbytehq/airbyte/pull/25947) | Improve GAQL parser error message if multiple resources provided |
| `0.2.17` | 2023-05-11 | [25987](https://github.com/airbytehq/airbyte/pull/25987) | Categorized Config Errors Accurately |
Expand Down

0 comments on commit dab4cfc

Please sign in to comment.