Axel Bock
05/14/2022, 2:31 PM.execute_in_process()
, but i get no captured python logs. when i start the job using dagster job execute
it works.jamie
05/16/2022, 2:06 PMdagster job execute
and not working with execute_in_process
would also be helpful!owen
05/16/2022, 4:25 PM.execute_in_process(instance=DagsterInstance.get())
. If you want the logs captured, but stored to a different, temporary dagster instance, you can do this with .execute_in_process(instance=DagsterInstance.local_temp(overrides={"python_logs": <whatever config>})