aaron
06/14/2022, 9:21 PMstored_as_script=True
). I’m attempting to use the ExecuteNotebook task and I’m getting the following only with debug logs on the Docker agent:
[2022-06-14 20:54:12+0000] INFO - prefect.CloudFlowRunner | Beginning Flow run for 'Test Docker Notebook Flow'
[2022-06-14 20:54:13+0000] INFO - prefect.CloudTaskRunner | Task 'notebook0': Starting task run...
Executing: 0%| | 0/2 [00:00<?, ?cell/s]Operation not permitted (src/thread.cpp:309)
This is erroring out in the container when trying to access the notebook but not making it back to the Prefect API to change task state (the task run just hangs until it times out with a No heartbeat detected from the remote task
error). Any ideas?Kevin Kho
06/14/2022, 10:17 PMaaron
06/14/2022, 10:35 PMKevin Kho
06/14/2022, 10:40 PM