alert-coat-46957
08/18/2022, 12:15 AMTraceback (most recent call last):
File "/home/airflow/.local/lib/python3.9/site-packages/datahub/emitter/rest_emitter.py", line 241, in _emit_generic
response.raise_for_status()
File "/home/airflow/.local/lib/python3.9/site-packages/requests/models.py", line 960, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: <https://xxxx.company.com:8080/entities?action=ingest>
Similarly for looker, we are getting below error. Any thoughts?
datahub ingest run -c /tmp/datahub/ingest/18ded50c-08cb-4133-af8c-8b7c669b459e/recipe.yml
[2022-08-17 22:46:27,610] INFO {datahub.cli.ingest_cli:99} - DataHub CLI version: 0.8.41
[2022-08-17 22:46:27,638] INFO {datahub.ingestion.run.pipeline:160} - Sink configured successfully. DataHubRestEmitter: configured to talk to <http://xxx-xxx-datahub-datahub-gms:8080>
[2022-08-17 22:50:28,272] ERROR {datahub.ingestion.run.pipeline:126} - Failed to initialize Looker client. Please check your configuration.
[2022-08-17 22:50:28,273] INFO {datahub.cli.ingest_cli:115} - Starting metadata ingestion
[2022-08-17 22:50:28,273] INFO {datahub.cli.ingest_cli:133} - Finished metadata pipeline
Failed to configure source (looker) due to Failed to initialize Looker client. Please check your configuration.
❗Client-Server Incompatible❗ Your client version 0.8.41 is older than your server version 0.8.42. Upgrading the cli to 0.8.42 is recommended.
➡️ Upgrade via "pip install 'acryl-datahub==0.8.42'"
gray-shoe-75895
08/18/2022, 6:34 PMalert-coat-46957
08/19/2022, 2:43 PMgray-shoe-75895
08/22/2022, 8:21 PM