You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in the UI, for connections, there is a schedule type of "Scheduled" which supports jobs running each hour, 2 hours, 3 hours, etc. When attempting to use the API to create a connection with that setting, the "Scheduled" option is not available.
We create connections via the UI and have recently started using the "Scheduled" setting and want to see that supported in the API.
The text was updated successfully, but these errors were encountered:
Adding more information: we should provide the same functionality in the API as in the UI. Any connection built in the UI and configured as ‘scheduled’ gets exported with that setting but cannot be imported via the API, because the API does not support that setting, except for a regular cron schedule or manual trigger
Topic
Airbyte API create connections endpoint does not support a schedule type of "Scheduled" but UI does
Relevant information
Relevant information
API - https://api.airbyte.com/v1/connections
Doc - https://reference.airbyte.com/reference/createconnection
As shown in the UI, for connections, there is a schedule type of "Scheduled" which supports jobs running each hour, 2 hours, 3 hours, etc. When attempting to use the API to create a connection with that setting, the "Scheduled" option is not available.
We create connections via the UI and have recently started using the "Scheduled" setting and want to see that supported in the API.
The text was updated successfully, but these errors were encountered: