From 6fb95bb31a52bd3a5e0b370fd44ef30901724c2f Mon Sep 17 00:00:00 2001 From: Jared Rhizor Date: Thu, 31 Mar 2022 04:07:38 -0700 Subject: [PATCH] generate source_specs to fix build (#11622) --- .../src/main/resources/seed/source_specs.yaml | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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 4382f29d0783..af9ecfc2865a 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -87,7 +87,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-amazon-ads:0.1.3" +- dockerImage: "airbyte/source-amazon-ads:0.1.4" spec: documentationUrl: "https://docs.airbyte.io/integrations/sources/amazon-ads" connectionSpecification: @@ -150,6 +150,26 @@ type: "array" items: type: "integer" + report_wait_timeout: + title: "Report Wait Timeout" + description: "Timeout duration in minutes for Reports. Eg. 30" + default: 30 + name: "Report Wait Timeout" + examples: + - 30 + - 120 + type: "integer" + report_generation_max_retries: + title: "Report Generation Max Retries" + description: "Maximum retries Airbyte will attempt for fetching Report Data.\ + \ Eg. 5" + default: 5 + name: "Report Geration Maximum Retries" + examples: + - 5 + - 10 + - 15 + type: "integer" required: - "client_id" - "client_secret"