Skip to content

Commit

Permalink
Update version of Source Google Sheets Connector (airbytehq#11491)
Browse files Browse the repository at this point in the history
  • Loading branch information
grishick authored Mar 29, 2022
1 parent 37b4987 commit 624bb4a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
- name: Google Sheets
sourceDefinitionId: 71607ba1-c0ac-4799-8049-7f4b90dd50f7
dockerRepository: airbyte/source-google-sheets
dockerImageTag: 0.2.9
dockerImageTag: 0.2.10
documentationUrl: https://docs.airbyte.io/integrations/sources/google-sheets
icon: google-sheets.svg
sourceType: file
Expand Down
17 changes: 13 additions & 4 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,7 @@
oauthFlowOutputParameters:
- - "access_token"
- - "refresh_token"
- dockerImage: "airbyte/source-google-sheets:0.2.9"
- dockerImage: "airbyte/source-google-sheets:0.2.10"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/google-sheets"
connectionSpecification:
Expand All @@ -3074,14 +3074,21 @@
type: "object"
required:
- "spreadsheet_id"
- "credentials"
additionalProperties: true
properties:
spreadsheet_id:
type: "string"
title: "Spreadsheet ID"
description: "The ID of the spreadsheet to be replicated."
title: "Spreadsheet Link"
description: "The link to your spreadsheet. See <a href='https://docs.airbyte.com/integrations/sources/google-sheets#sheetlink'>this\
\ guide</a> for more details."
examples:
- "https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG-arw2xy4HR3D-dwUb/edit"
credentials:
type: "object"
title: "Authentication"
description: "Google API Credentials for connecting to Google Sheets and\
\ Google Drive APIs"
oneOf:
- title: "Authenticate via Google (OAuth)"
type: "object"
Expand Down Expand Up @@ -3121,7 +3128,9 @@
service_account_info:
type: "string"
title: "Service Account Information."
description: "The JSON key of the service account to use for authorization."
description: "The JSON key of the service account to use for authorization.\
\ See <a href='https://github.com/airbytehq/airbyte/blob/master/docs/integrations/sources/google-sheets.md#setupguide'>Setup\
\ Guide</a> for more details"
airbyte_secret: true
examples:
- "{ \"type\": \"service_account\", \"project_id\": YOUR_PROJECT_ID,\
Expand Down

0 comments on commit 624bb4a

Please sign in to comment.