From e72aa48f5f47edb2a856de823be566f3b1332786 Mon Sep 17 00:00:00 2001 From: grishick Date: Mon, 28 Mar 2022 17:33:42 -0700 Subject: [PATCH] Update version of Source Google Sheets Connector --- .../main/resources/seed/source_definitions.yaml | 2 +- .../src/main/resources/seed/source_specs.yaml | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index 5bdc3c55286c8..b73d16b7f4d47 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -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 diff --git a/airbyte-config/init/src/main/resources/seed/source_specs.yaml b/airbyte-config/init/src/main/resources/seed/source_specs.yaml index 59d76d3a1c63c..d94d846809e30 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -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: @@ -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 this\ + \ guide 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" @@ -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 Setup\ + \ Guide for more details" airbyte_secret: true examples: - "{ \"type\": \"service_account\", \"project_id\": YOUR_PROJECT_ID,\