File tree 3 files changed +3
-3
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-google-ads
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
- sourceDefinitionId : 253487c0-2246-43ba-a21f-5116b20a2c50
34
34
name : Google Ads
35
35
dockerRepository : airbyte/source-google-ads
36
- dockerImageTag : 0.1.13
36
+ dockerImageTag : 0.1.14
37
37
documentationUrl : https://docs.airbyte.io/integrations/sources/google-ads
38
38
sourceType : api
39
39
- sourceDefinitionId : ef69ef6e-aa7f-4af1-a01d-ef775033524e
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ RUN pip install .
13
13
14
14
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
15
15
16
- LABEL io.airbyte.version=0.1.13
16
+ LABEL io.airbyte.version=0.1.14
17
17
LABEL io.airbyte.name=airbyte/source-google-ads
Original file line number Diff line number Diff line change 101
101
"authSpecification" : {
102
102
"auth_type" : " oauth2.0" ,
103
103
"oauth2Specification" : {
104
- "rootObject" : [" credentials" , 0 ],
104
+ "rootObject" : [" credentials" ],
105
105
"oauthFlowInitParameters" : [
106
106
[" client_id" ],
107
107
[" client_secret" ],
You can’t perform that action at this time.
0 commit comments