hello datahub-team, when I tried to ingest data t...
# troubleshoot
b
hello datahub-team, when I tried to ingest data to datahub, I got below error suddenly. I just share the part of the log message start the error. I dont know what the problem with my ingestion • this ingestion is from Aws Athena I guess the python package “acryl” is the problem, but I dont know exactly, all of my ingestion got this same error 🥲
Copy code
"2023-02-27 08:59:21.828147 [exec_id=dd1bff69-e3ef-432f-af66-5ad29328d529] INFO: Failed to execute 'datahub ingest'",
           '2023-02-27 08:59:21.828429 [exec_id=dd1bff69-e3ef-432f-af66-5ad29328d529] INFO: Caught exception EXECUTING '
           'task_id=dd1bff69-e3ef-432f-af66-5ad29328d529, 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 123, in execute_task\n'
           '    task_event_loop.run_until_complete(task_future)\n'
           '  File "/usr/local/lib/python3.10/asyncio/base_events.py", line 646, 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 168, in execute\n'
           '    raise TaskError("Failed to execute \'datahub ingest\'")\n'
           "acryl.executor.execution.task.TaskError: Failed to execute 'datahub ingest'\n"]}
Execution finished with errors.
b
Hey, Can you tell a bit about your deployment? Are you running the ingestion throught the UI? Do you have custom build for the action-pod?
b
@bulky-electrician-72362 hi, you meaned what environment of my datahub server? -> the server is build on AWS EKS At first, Im running the ingestion throught the UI And sorry I dont understand
customer build for the action-pod
-> you meaned there is possible that my pod for datahub was died?
b
Sorry I meant
customer build
. Did you build it yourself or used the image from dockerhub?
Could you check the logs on datahub-actions ?
b
@bulky-electrician-72362 ah I got it sorry, no I used the image from dockerhub. I didnt check the logs on datahub-action, so I will check that thanks!