File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
airbyte-config/init/src/main/resources/seed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 2768
2768
oauthFlowOutputParameters :
2769
2769
- - "access_token"
2770
2770
- - "refresh_token"
2771
- - dockerImage : " airbyte/source-google-sheets:0.2.8 "
2771
+ - dockerImage : " airbyte/source-google-sheets:0.2.9 "
2772
2772
spec :
2773
2773
documentationUrl : " https://docs.airbyte.io/integrations/sources/google-sheets"
2774
2774
connectionSpecification :
2781
2781
properties :
2782
2782
spreadsheet_id :
2783
2783
type : " string"
2784
+ title : " Spreadsheet ID"
2784
2785
description : " The ID of the spreadsheet to be replicated."
2785
2786
credentials :
2786
2787
type : " object"
2787
2788
oneOf :
2788
- - title : " Authenticate via Google (Oauth )"
2789
+ - title : " Authenticate via Google (OAuth )"
2789
2790
type : " object"
2790
2791
required :
2791
2792
- " auth_type"
2799
2800
client_id :
2800
2801
title : " Client ID"
2801
2802
type : " string"
2802
- description : " The Client ID of your developer application"
2803
+ description : " The Client ID of your Google Sheets developer application. "
2803
2804
airbyte_secret : true
2804
2805
client_secret :
2805
2806
title : " Client Secret"
2806
2807
type : " string"
2807
- description : " The client secret of your developer application"
2808
+ description : " The Client Secret of your Google Sheets developer application. "
2808
2809
airbyte_secret : true
2809
2810
refresh_token :
2810
2811
title : " Refresh Token"
2811
2812
type : " string"
2812
- description : " A refresh token generated using the above client ID\
2813
- \ and secret"
2813
+ description : " The token for obtaining new access token."
2814
2814
airbyte_secret : true
2815
2815
- title : " Service Account Key Authentication"
2816
2816
type : " object"
2823
2823
const : " Service"
2824
2824
service_account_info :
2825
2825
type : " string"
2826
- description : " The JSON key of the service account to use for authorization"
2826
+ title : " Service Account Information."
2827
+ description : " The JSON key of the service account to use for authorization."
2827
2828
airbyte_secret : true
2828
2829
examples :
2829
2830
- " { \" type\" : \" service_account\" , \" project_id\" : YOUR_PROJECT_ID,\
You can’t perform that action at this time.
0 commit comments