Skip to content

Commit dab4cfc

Browse files
bibimorletsh4sh
andauthored
šŸ› Source Google Ads: add 'asset' Resource to full refresh custom tables (#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 <6833405+sh4sh@users.noreply.github.com>
1 parent c428294 commit dab4cfc

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

ā€Žairbyte-integrations/connectors/source-google-ads/Dockerfileā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ COPY main.py ./
1313

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

16-
LABEL io.airbyte.version=0.2.19
16+
LABEL io.airbyte.version=0.2.20
1717
LABEL io.airbyte.name=airbyte/source-google-ads

ā€Žairbyte-integrations/connectors/source-google-ads/metadata.yamlā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data:
66
connectorSubtype: api
77
connectorType: source
88
definitionId: 253487c0-2246-43ba-a21f-5116b20a2c50
9-
dockerImageTag: 0.2.19
9+
dockerImageTag: 0.2.20
1010
dockerRepository: airbyte/source-google-ads
1111
githubIssueLabel: source-google-ads
1212
icon: google-adwords.svg

ā€Žairbyte-integrations/connectors/source-google-ads/source_google_ads/source.pyā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
)
3838
from .utils import GAQL
3939

40-
FULL_REFRESH_CUSTOM_TABLE = ["geo_target_constant", "custom_audience"]
40+
FULL_REFRESH_CUSTOM_TABLE = ["asset", "custom_audience", "geo_target_constant"]
4141

4242

4343
class SourceGoogleAds(AbstractSource):

ā€Žconnectors.mdā€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Airbyte Connectors
2-
3-
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/)).
4-
5-
This report is generated from the **Airbyte Catalog Registries**
6-
* [OSS Registry JSON](https://connectors.airbyte.com/files/registries/v0/oss_registry.json)
7-
* [Cloud Registry JSON](https://connectors.airbyte.com/files/registries/v0/cloud_registry.json)
1+
# Airbyte Connectors
2+
3+
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/)).
4+
5+
This report is generated from the **Airbyte Catalog Registries**
6+
* [OSS Registry JSON](https://connectors.airbyte.com/files/registries/v0/oss_registry.json)
7+
* [Cloud Registry JSON](https://connectors.airbyte.com/files/registries/v0/cloud_registry.json)

ā€Ždocs/integrations/sources/google-ads.mdā€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Due to a limitation in the Google Ads API which does not allow getting performan
152152

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

0 commit comments

Comments
Ā (0)