dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.05k stars 1.38k forks source link

Partitions materialized by runs with failures in other steps are shown as missing #21478

Open danielgafni opened 4 months ago

danielgafni commented 4 months ago

Dagster version

1.7.3

What's the issue?

The title. Example:

image

Also, hovering over this partitions doesn't display any info about their status

What did you expect to happen?

Partitions should be displayed as materialized.

How to reproduce?

Not exactly sure, but most likely caused by a backfill where all runs for the next asset have failed

Deployment type

Dagster Helm chart

Deployment details

No response

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

danielgafni commented 4 months ago

This asset partitions are now stuck in "missing" state. Materializing them again did not help.

image