Summary
The user is facing issues setting up a connection in Astronomer (Airflow) for Airbyte, encountering a ‘Connection refused’ error when triggering the DAG.
Question
Hello, everyone… I spun up the open source airbyte with instructions from the below link:
https://docs.airbyte.com/deploying-airbyte/docker-compose
And I am using astronomer (airflow) to orchestrate my dbt tasks. I am trying to create a dag for Airbyte as well. I have set up the connection with host as localhost and the relevant username and password. But when I trigger the dag it fails with HTTPConnectionPool(host=‘localhost’, port=8000): Max retries exceeded with url: /api/v1/connections/sync (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xffffaf531510>: Failed to establish a new connection: [Errno 111] Connection refused’))
My airbyte Ui is working as well. I am not sure if I am missing something here. Request for any help here
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.