Skip to content

Update version of Source Google Sheets Connector #11491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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