dry-cpu-22075
09/08/2022, 8:29 PMdatahub.configuration.common.OperationalError: ('Unable to emit metadata to DataHub GMS', {'message': "HTTPSConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /aspects?action=ingestProposal (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f2263a568e0>: Failed to establish a new connection: [Errno 111] Connection refused'))"})
with my connection set in airflow as: conn_id: datahub_rest_default conn_type: datahub_rest host: <http://localhost:8080>
Not sure what's going on with the connection here as I don't typically have issues connecting to other providers locally (e.g. my Snowflake connection is working fine)
Thanks in advance!modern-artist-55754
09/09/2022, 9:14 AMhttp
instead of https
modern-artist-55754
09/09/2022, 9:14 AMhttp
instead of https
dry-cpu-22075
09/09/2022, 1:10 PMhttp
and the same error occursdry-cpu-22075
09/09/2022, 1:11 PMdry-cpu-22075
09/09/2022, 1:13 PMlocalhost:8080
but not sure if that's expected or not. My localhost:9002
appears just fine. All my docker containers are running and healthymodern-artist-55754
09/11/2022, 2:12 AMdry-cpu-22075
09/13/2022, 1:30 PM