You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trigger a run of materialize_core_assets_job on dagster.
Describe the Bug
When running materialize_core_assets_job, the sqlmesh_project op can be marked as succeeded even when some internal assets calculation was skipped/failed.
I believe this state usually happens when the job is interrupted while materializing some of the assets (for example because another step failed), and when dagster doesn't restart from the correct place when running the retry.
Expected Behavior
We should detect missing assets materialization and fail the job in this case, to trigger a retry or notification to us.
The text was updated successfully, but these errors were encountered:
To Reproduce
Trigger a run of
materialize_core_assets_job
on dagster.Describe the Bug
When running
materialize_core_assets_job
, the sqlmesh_project op can be marked as succeeded even when some internal assets calculation was skipped/failed.I believe this state usually happens when the job is interrupted while materializing some of the assets (for example because another step failed), and when dagster doesn't restart from the correct place when running the retry.
Expected Behavior
We should detect missing assets materialization and fail the job in this case, to trigger a retry or notification to us.
The text was updated successfully, but these errors were encountered: