Skip to content

Commit

Permalink
chore: added to source definitions: (#9055)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmullapudi committed Dec 22, 2021
1 parent 91a368b commit 8958bc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,15 @@
}}"
- "{\"GET_SOME_REPORT\": {\"custom\": \"true\"}}"
type: "string"
max_wait_seconds:
title: "Max wait time for reports (in seconds)"
description: "Sometimes report can take up to 30 minutes to generate. This\
\ will set the limit for how long to wait for a successful report."
default: 500
examples:
- "500"
- "1980"
type: "integer"
refresh_token:
title: "Refresh Token"
description: "The Refresh Token obtained via OAuth flow authorization."
Expand Down

0 comments on commit 8958bc7

Please sign in to comment.