From 1dec82fa1aebbe7785a8d18a5913ba21c7ef5522 Mon Sep 17 00:00:00 2001 From: Octavia Squidington III Date: Tue, 3 May 2022 10:25:09 +0000 Subject: [PATCH] auto-bump connector version --- .../src/main/resources/seed/source_definitions.yaml | 2 +- .../init/src/main/resources/seed/source_specs.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 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 2da12aedfb70..80856857111a 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -279,7 +279,7 @@ - name: Google Analytics sourceDefinitionId: eff3616a-f9c3-11eb-9a03-0242ac130003 dockerRepository: airbyte/source-google-analytics-v4 - dockerImageTag: 0.1.19 + dockerImageTag: 0.1.20 documentationUrl: https://docs.airbyte.io/integrations/sources/google-analytics-v4 icon: google-analytics.svg sourceType: api 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 95d0bd486068..49d781e978a9 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -2797,7 +2797,7 @@ oauthFlowOutputParameters: - - "access_token" - - "refresh_token" -- dockerImage: "airbyte/source-google-analytics-v4:0.1.19" +- dockerImage: "airbyte/source-google-analytics-v4:0.1.20" spec: documentationUrl: "https://docs.airbyte.io/integrations/sources/google-analytics-v4" connectionSpecification: @@ -2826,10 +2826,10 @@ - "2020-06-01" window_in_days: type: "integer" - title: "Window in days (Optional)" - description: "The amount of days each stream slice would consist of beginning\ - \ from start_date. Bigger the value - faster the fetch. (Min=1, as for\ - \ a Day; Max=364, as for a Year)." + title: "Data request window (Optional)" + description: "The amount of data batched by the number of days. The bigger\ + \ the value, the bigger the batch size and the lower the API requests\ + \ made. (Min=1, as for a Day; Max=364, as for a Year)." examples: - 30 - 60