Zach
01/06/2023, 11:36 PMMark Fickett
01/09/2023, 2:43 PMalex
01/09/2023, 4:10 PMMark Fickett
01/09/2023, 4:40 PMdagster._core.errors.DagsterInvariantViolationError: Unresolved ExecutionStep "data_pipe_graph_<zyx>.sanitation_graph._sanitize_task[?]" is resolved by "data_pipe_graph_<xyz>.sanitation_graph.yield_each_test" which is not part of the current step selection
File "/usr/local/lib/python3.10/site-packages/dagster/_grpc/impl.py", line 416, in get_external_execution_plan_snapshot
create_execution_plan(
File "/usr/local/lib/python3.10/site-packages/dagster/_core/execution/api.py", line 1058, in create_execution_plan
return ExecutionPlan.build(
File "/usr/local/lib/python3.10/site-packages/dagster/_core/execution/plan/plan.py", line 1061, in build
return plan_builder.build()
File "/usr/local/lib/python3.10/site-packages/dagster/_core/execution/plan/plan.py", line 258, in build
plan = plan.build_subset_plan(
File "/usr/local/lib/python3.10/site-packages/dagster/_core/execution/plan/plan.py", line 842, in build_subset_plan
executable_map, resolvable_map = _compute_step_maps(
File "/usr/local/lib/python3.10/site-packages/dagster/_core/execution/plan/plan.py", line 1505, in _compute_step_maps
raise DagsterInvariantViolationError(
Feel free to check out https://formenergy.dagster.cloud/td-staging/runs/7b17259c-fc14-4b94-bc5a-3f8d00026d88?log[…]_reactor.aggregation_graph._aggregate_task%5BQLZ6J%5D%22 for more of that graph structure, but I have a couple dynamic fan outs. The yield_each_test
it's complaining about yields dynamic outs for the sanitation stage, all the `_sanitize_task`s succeeded, then there's another fan-out for `_aggregation_task`s one of which is the one that failed on this run and is what I'd expect to be re-run with a "from failure".alex
01/09/2023, 4:50 PM