Dusty Shapiro
02/03/2023, 8:04 PMChildProcessCrashException
🧵Multiprocess executor: child process for step airbyte_sync_63c3b unexpectedly exited with code 1.
dagster._core.executor.child_process_executor.ChildProcessCrashException
Stack Trace:
File "/usr/local/lib/python3.8/site-packages/dagster/_core/executor/multiprocess.py", line 240, in execute
event_or_none = next(step_iter)
, File "/usr/local/lib/python3.8/site-packages/dagster/_core/executor/multiprocess.py", line 357, in execute_step_out_of_process
for ret in execute_child_process_command(multiproc_ctx, command):
, File "/usr/local/lib/python3.8/site-packages/dagster/_core/executor/child_process_executor.py", line 174, in execute_child_process_command
raise ChildProcessCrashException(exit_code=process.exitcode)
connection_to_freshness_policy_fn
in the load_assets_from_airbyte_instance
, it runs as intended.ben
02/03/2023, 9:05 PMDusty Shapiro
02/03/2023, 9:07 PMben
02/08/2023, 11:57 PMDusty Shapiro
02/09/2023, 12:28 AM