Stéphan Taljaard
12/15/2021, 8:27 PMKevin Kho
query{
flow_run_state{
id
state
result
}
}
Stéphan Taljaard
12/15/2021, 8:43 PMctx = prefect.context
cfg = ctx.get("config")
home_dir = cfg["home_dir"]
results_dir = f"{home_dir}\results"
Which only works for the default location
(and should work for me)Kevin Kho
query{
flow {
serialized_flow
}
}
but there’s a lot of stuff in thereKevin Kho
Stéphan Taljaard
12/15/2021, 8:51 PMAnna Geller