any recommended tool for Airbyte API orchestration?
Ganpat Agarwal
06/01/2022, 5:09 PM
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
Marcos Marx (Airbyte)
06/01/2022, 5:20 PM
You can use custom python scripts with cron or airflow
or improve AirbyteOperator in Airflow project