prakhar_srivastava
10/25/2023, 12:37 PMunhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-1' coro=<elt() done, defined at /venv/lib/python3.9/site-packages/meltano/cli/elt.py:159> exception=PendingRollbackError("This Session's transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: 143")
where is this bug coming from, since the logs for long running task are weirdly handled in airlfow I can't find the exact reason around this. I do have trace from datadog, so I can go deeper if need with the trace. I want to know if this is also due to context
dictionary getting too large or some OOM error. Any direction will be super usefulvisch
10/25/2023, 4:01 PM