Skip to content

Commit

Permalink
generate source_specs to fix build (#11622)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored Mar 31, 2022
1 parent 493f0ea commit 6fb95bb
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6fb95bb

Please sign in to comment.