Skip to content

Commit 341d105

Browse files
Fix google ads specs (#6565)
1 parent 4d4a2a1 commit 341d105

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- sourceDefinitionId: 253487c0-2246-43ba-a21f-5116b20a2c50
3434
name: Google Ads
3535
dockerRepository: airbyte/source-google-ads
36-
dockerImageTag: 0.1.13
36+
dockerImageTag: 0.1.14
3737
documentationUrl: https://docs.airbyte.io/integrations/sources/google-ads
3838
sourceType: api
3939
- sourceDefinitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e

airbyte-integrations/connectors/source-google-ads/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ RUN pip install .
1313

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

16-
LABEL io.airbyte.version=0.1.13
16+
LABEL io.airbyte.version=0.1.14
1717
LABEL io.airbyte.name=airbyte/source-google-ads

airbyte-integrations/connectors/source-google-ads/source_google_ads/spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"authSpecification": {
102102
"auth_type": "oauth2.0",
103103
"oauth2Specification": {
104-
"rootObject": ["credentials", 0],
104+
"rootObject": ["credentials"],
105105
"oauthFlowInitParameters": [
106106
["client_id"],
107107
["client_secret"],

0 commit comments

Comments
 (0)