any recommended tool for Airbyte API orchestration...
# ask-community-for-troubleshooting
g
any recommended tool for Airbyte API orchestration?
Would want perform following ( at minimum ) 1. Create/Update/Delete Sources 2. Create/Update/Delete Destinations 3. Create/Update/Delete Connections 4. Trigger Sync Jobs 5. Get status of sync jobs
m
You can use custom python scripts with cron or airflow or improve AirbyteOperator in Airflow project
g
Thanks !!