Skip to content

Commit 8c64bae

Browse files
committed
source_specs.yaml updated
Signed-off-by: Sergey Chvalyuk <[email protected]>
1 parent 35a357f commit 8c64bae

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2768,7 +2768,7 @@
27682768
oauthFlowOutputParameters:
27692769
- - "access_token"
27702770
- - "refresh_token"
2771-
- dockerImage: "airbyte/source-google-sheets:0.2.8"
2771+
- dockerImage: "airbyte/source-google-sheets:0.2.9"
27722772
spec:
27732773
documentationUrl: "https://docs.airbyte.io/integrations/sources/google-sheets"
27742774
connectionSpecification:
@@ -2781,11 +2781,12 @@
27812781
properties:
27822782
spreadsheet_id:
27832783
type: "string"
2784+
title: "Spreadsheet ID"
27842785
description: "The ID of the spreadsheet to be replicated."
27852786
credentials:
27862787
type: "object"
27872788
oneOf:
2788-
- title: "Authenticate via Google (Oauth)"
2789+
- title: "Authenticate via Google (OAuth)"
27892790
type: "object"
27902791
required:
27912792
- "auth_type"
@@ -2799,18 +2800,17 @@
27992800
client_id:
28002801
title: "Client ID"
28012802
type: "string"
2802-
description: "The Client ID of your developer application"
2803+
description: "The Client ID of your Google Sheets developer application."
28032804
airbyte_secret: true
28042805
client_secret:
28052806
title: "Client Secret"
28062807
type: "string"
2807-
description: "The client secret of your developer application"
2808+
description: "The Client Secret of your Google Sheets developer application."
28082809
airbyte_secret: true
28092810
refresh_token:
28102811
title: "Refresh Token"
28112812
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."
28142814
airbyte_secret: true
28152815
- title: "Service Account Key Authentication"
28162816
type: "object"
@@ -2823,7 +2823,8 @@
28232823
const: "Service"
28242824
service_account_info:
28252825
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."
28272828
airbyte_secret: true
28282829
examples:
28292830
- "{ \"type\": \"service_account\", \"project_id\": YOUR_PROJECT_ID,\

0 commit comments

Comments
 (0)