Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airbyte API create connections endpoint does not support a schedule type of "Scheduled" but UI does #49822

Open
kinger68 opened this issue Dec 16, 2024 · 1 comment

Comments

@kinger68
Copy link

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.

@hchiao1
Copy link

hchiao1 commented Dec 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants