```datahub.ingestion.run.pipeline.PipelineInitErro...
# ingestion
a
Copy code
datahub.ingestion.run.pipeline.PipelineInitError: Failed to set up framework context
[2022-10-04, 06:00:32 UTC] {{subprocess.py:89}} INFO - [2022-10-04, 06:00:32 UTC] ERROR    {datahub.entrypoints:196} - Command failed:
[2022-10-04, 06:00:32 UTC] {{subprocess.py:89}} INFO - 	Failed to set up framework context due to
[2022-10-04, 06:00:32 UTC] {{subprocess.py:89}} INFO - 		'Failed to connect to DataHub' due to
[2022-10-04, 06:00:32 UTC] {{subprocess.py:89}} INFO - 			'HTTPSConnectionPool(host='<http://datahub-gms.amer-prod.xxxx.com|datahub-gms.amer-prod.xxxx.com>', port=8080): Max retries exceeded with url: /config (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f07678c0c90>: Failed to establish a new connection: [Errno -2] Name or service not known'))'
g
This means that your datahub rest sink config is incorrect, and hence the SDK was unable to connect to it
a
sink config means?
h
Have you specified datahub-rest sink in the recipe of redshift source ?
425 Views