Daniel Mosesson
09/15/2022, 8:14 PMalex
09/15/2022, 8:42 PMdagster debug export
dump run from current instance to file
dagster debug import
load from file in to current instance
dagit-debug
load an in mem instance backed dagit with files passedDaniel Mosesson
09/15/2022, 8:54 PMalex
09/15/2022, 8:58 PMdagit-debug
to see what you see in your dagit instanceDaniel Mosesson
09/15/2022, 9:03 PMpdb
or whatever with the server's configuration for that job, its basically an enhanced logalex
09/15/2022, 9:08 PMcontext.pdb
on the OpExecutionContext
if you are trying to run and debug stuff locallyDaniel Mosesson
09/15/2022, 9:10 PM