File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed
airbyte-integrations/connectors/source-google-ads
docs/integrations/sources Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ COPY main.py ./
1313
1414ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
1515
16- LABEL io.airbyte.version=0.2.19
16+ LABEL io.airbyte.version=0.2.20
1717LABEL io.airbyte.name=airbyte/source-google-ads
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3737)
3838from .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
4343class SourceGoogleAds (AbstractSource ):
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 |
You canāt perform that action at this time.
0 commit comments