Hi there, I have Airbyte and Airflow deployed on K...
# kubernetes
p
Hi there, I have Airbyte and Airflow deployed on K8s and now I want to use the AirbyteTriggerSyncOperator to trigger our syncs. However, when I run an airflow job to trigger a sync, I get the error:
Copy code
404 Client Error: Not Found for url: https://<internal-url>/api/v1/api/v1/connections/sync
Where
https://<internal-url>
is the URL where the webapp is accessible from (exposed by a load balancer). Has anyone try a similar deployment and if so, how did you set up the airbyte connection in airflow? Thanks!