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 7459101037b45..f4d4a53ff9568 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -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."