File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-google-search-console
source_google_search_console
docs/integrations/sources Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 356
356
- sourceDefinitionId : eb4c9e00-db83-4d63-a386-39cfa91012a8
357
357
name : Google Search Console
358
358
dockerRepository : airbyte/source-google-search-console
359
- dockerImageTag : 0.1.4
359
+ dockerImageTag : 0.1.5
360
360
documentationUrl : https://docs.airbyte.io/integrations/sources/google-search-console
361
361
sourceType : api
362
362
- sourceDefinitionId : bad83517-5e54-4a3d-9b53-63e85fbd4d7c
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ RUN pip install .
12
12
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
13
13
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
14
14
15
- LABEL io.airbyte.version=0.1.4
15
+ LABEL io.airbyte.version=0.1.5
16
16
LABEL io.airbyte.name=airbyte/source-google-search-console
Original file line number Diff line number Diff line change 60
60
"description" : " The client secret of your developer application" ,
61
61
"airbyte_secret" : true
62
62
},
63
+ "access_token" : {
64
+ "title" : " Access Token" ,
65
+ "type" : " string" ,
66
+ "description" : " An access token generated using the above client ID and secret" ,
67
+ "airbyte_secret" : true
68
+ },
63
69
"refresh_token" : {
64
70
"title" : " Refresh Token" ,
65
71
"type" : " string" ,
98
104
]
99
105
}
100
106
}
107
+ },
108
+ "authSpecification" : {
109
+ "auth_type" : " oauth2.0" ,
110
+ "oauth2Specification" : {
111
+ "rootObject" : [" authorization" , 0 ],
112
+ "oauthFlowInitParameters" : [
113
+ [" client_id" ],
114
+ [" client_secret" ]
115
+ ],
116
+ "oauthFlowOutputParameters" : [
117
+ [" access_token" ],
118
+ [" refresh_token" ]
119
+ ]
120
+ }
101
121
}
102
122
}
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ You should now be ready to use the Google Workspace Admin Reports API connector
95
95
96
96
| Version | Date | Pull Request | Subject |
97
97
| :------ | :-------- | :----- | :------ |
98
+ | ` 0.1.5 ` | 2021-09-27 | [ 6460] ( https://github.com/airbytehq/airbyte/pull/6460 ) | Update OAuth Spec File |
98
99
| ` 0.1.4 ` | 2021-09-23 | [ 6394] ( https://github.com/airbytehq/airbyte/pull/6394 ) | Update Doc link Spec File |
99
100
| ` 0.1.3 ` | 2021-09-23 | [ 6405] ( https://github.com/airbytehq/airbyte/pull/6405 ) | Correct Spec File |
100
101
| ` 0.1.2 ` | 2021-09-17 | [ 6222] ( https://github.com/airbytehq/airbyte/pull/6222 ) | Correct Spec File |
You can’t perform that action at this time.
0 commit comments