An ad hoc job run just `Failed to start`, with the...
# dagster-plus
r
An ad hoc job run just
Failed to start
, with the following error message. Any ideas?
dagster._check.CheckError: Invariant failed. Description: __ASSET_JOB_0 has no op named smartbidder_da_bids.
File "/venvs/7176c8594ed4/lib/python3.8/site-packages/dagster/_grpc/impl.py", line 130, in core_execute_run
yield from execute_run_iterator(
File "/venvs/7176c8594ed4/lib/python3.8/site-packages/dagster/_core/execution/api.py", line 1096, in __iter__
yield from self.execution_context_manager.prepare_context()
File "/venvs/7176c8594ed4/lib/python3.8/site-packages/dagster/_utils/__init__.py", line 536, in generate_setup_events
obj = next(self.generator)
File "/venvs/7176c8594ed4/lib/python3.8/site-packages/dagster/_core/execution/context_creation_pipeline.py", line 324, in orchestration_context_event_generator
context_creation_data = create_context_creation_data(
File "/venvs/7176c8594ed4/lib/python3.8/site-packages/dagster/_core/execution/context_creation_pipeline.py", line 142, in create_context_creation_data
resource_keys_to_init=get_required_resource_keys_to_init(
File "/venvs/7176c8594ed4/lib/python3.8/site-packages/dagster/_core/execution/resources_init.py", line 376, in get_required_resource_keys_to_init
hook_defs = pipeline_def.get_all_hooks_for_handle(step.node_handle)
File "/venvs/7176c8594ed4/lib/python3.8/site-packages/dagster/_core/definitions/pipeline_definition.py", line 604, in get_all_hooks_for_handle
solid = self._graph_def.node_named(name)
File "/venvs/7176c8594ed4/lib/python3.8/site-packages/dagster/_core/definitions/graph_definition.py", line 325, in node_named
check.invariant(
File "/venvs/7176c8594ed4/lib/python3.8/site-packages/dagster/_check/__init__.py", line 1684, in invariant
raise CheckError(f"Invariant failed. Description: {desc}")
b
Hi Ryan, does this happen consistently? Was there anything which changed before hitting this error?