You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The ingestion process, which was previously working fine, has been failing with the following error since December 28, 2024. It was functioning correctly until December 27, and the same error has been recurring since then.
Error Log
~~~~ Execution Summary - RUN_INGEST ~~~~
Execution finished with errors.
{'exec_id': '11f6a05f-fedc-4bdb-8378-187e5fb3ec48',
'infos': ['2024-12-27 15:00:04.685523 INFO: Starting execution for task with name=RUN_INGEST',
"2024-12-27 15:00:51.613868 INFO: Failed to execute 'datahub ingest', exit code 1",
'2024-12-27 15:00:51.614052 INFO: Caught exception EXECUTING task_id=11f6a05f-fedc-4bdb-8378-187e5fb3ec48, name=RUN_INGEST, '
'stacktrace=Traceback (most recent call last):\n'
' File "/usr/local/lib/python3.10/site-packages/acryl/executor/execution/default_executor.py", line 140, in execute_task\n'
' task_event_loop.run_until_complete(task_future)\n'
' File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete\n'
' return future.result()\n'
' File "/usr/local/lib/python3.10/site-packages/acryl/executor/execution/sub_process_ingestion_task.py", line 282, in execute\n'
' raise TaskError("Failed to execute \'datahub ingest\'")\n'
"acryl.executor.execution.task.TaskError: Failed to execute 'datahub ingest'\n"],
'errors': []}
~~~~ Ingestion Logs ~~~~
...
[2024-12-27 15:00:50,078] ERROR {datahub.entrypoints:201} - Command failed: Failed to find a registered sink for type datahub-kafka: datahub-kafka is disabled; try running: pip install 'acryl-datahub[datahub-kafka]'
...
ModuleNotFoundError: No module named 'httpx'
...
datahub.configuration.common.ConfigurationError: datahub-kafka is disabled; try running: pip install 'acryl-datahub[datahub-kafka]'
...
Additional Information
There have been no changes between the deployment on December 22, 2024, and the deployment on January 3, 2025.
The datahub-kafka module is disabled, and the httpx module appears to be missing.
Description
The ingestion process, which was previously working fine, has been failing with the following error since December 28, 2024. It was functioning correctly until December 27, and the same error has been recurring since then.
Error Log
helm history
Additional Information
There have been no changes between the deployment on December 22, 2024, and the deployment on January 3, 2025.
The datahub-kafka module is disabled, and the httpx module appears to be missing.
Here is my override-values.yaml
Request
Investigate the cause of the datahub-kafka module being disabled and suggest a resolution.
Resolve the missing httpx module issue.
Please look into this issue and provide a solution. Thank you.
The text was updated successfully, but these errors were encountered: