Summary
User is experiencing connection issues when triggering a DAG in Airflow, specifically receiving a connection refused error on port 8000 and a 404 error when changing the host to host.docker.internal.
Question
hello community ,i’m having trouble when i trigger dag on airflow , it keep saying that i can’t connect to the port 8000
HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /api/v1/connections/sync (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3028e17920>: Failed to establish a new connection: [Errno 111] Connection refused')) Tenacity will retry to execute the operation
i even try to change the host to host.docker.internal but getting 404 Not Found
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.