dagster-io / dagster

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

Upstream_output.definition_metadata doesn't contain the metadata since 1.7.11 for Source Assets [REGRESSION] #22789

Open ion-elgreco opened 3 days ago

ion-elgreco commented 3 days ago

Dagster version

1.7.11

What's the issue?

Since v1.7.11 the InputContext.upstream_output.definition_metadata doesn't contain the metadata anymore of the input asset. This is quite problematic since we have IO managers that rely on this metadata of an asset.

with v1.7.11 image with v1.7.10 image

What did you expect to happen?

No response

How to reproduce?

No response

Deployment type

None

Deployment details

No response

Additional information

No response

Message from the maintainers

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

ion-elgreco commented 3 days ago

@garethbrickman Can someone look into this? This breaks all IO managers implementations for source assets

sverbruggen commented 21 hours ago

@garethbrickman Would really appreciate if if you could make some time for this, seems like a relatively major issue.