<#C029A3M079U|troubleshoot> I am getting error, wh...
# troubleshoot
c
#troubleshoot I am getting error, while ingesting metadata from glue, the actions module is not giving proper debugging info, plus in case of failure for one dataset it should skip and try to ingest other, which is not happening. @big-carpet-38439 need some help here
b
Hi Nirmit! can you post your error logs here so we can help debug you better?
c
@bulky-soccer-26729 here are the error logs
Copy code
"2022-06-20 15:34:51.236773 [exec_id=a86e46e8-0933-4a79-ba9d-3039ea38d543] INFO: Failed to execute 'datahub ingest'",
           '2022-06-20 15:34:51.237083 [exec_id=a86e46e8-0933-4a79-ba9d-3039ea38d543] INFO: Caught exception EXECUTING '
           'task_id=a86e46e8-0933-4a79-ba9d-3039ea38d543, name=RUN_INGEST, stacktrace=Traceback (most recent call last):\n'
           '  File "/usr/local/lib/python3.9/site-packages/acryl/executor/execution/default_executor.py", line 121, in execute_task\n'
           '    self.event_loop.run_until_complete(task_future)\n'
           '  File "/usr/local/lib/python3.9/site-packages/nest_asyncio.py", line 89, in run_until_complete\n'
           '    return f.result()\n'
           '  File "/usr/local/lib/python3.9/asyncio/futures.py", line 201, in result\n'
           '    raise self._exception\n'
           '  File "/usr/local/lib/python3.9/asyncio/tasks.py", line 256, in __step\n'
           '    result = coro.send(None)\n'
           '  File "/usr/local/lib/python3.9/site-packages/acryl/executor/execution/sub_process_ingestion_task.py", line 115, 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.