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
The resulting name of the asset produced by AssetDefinition.from_op() is based on the op name suffixed by an increment. This results in a messy representation in the UI and it can be hard to find the right one:
What did you expect to happen?
It would be beneficial to be able to specify a name attribute as it can be done with the asset decorator:
As a good step in the right direction, it would already help if the key_prefix of the AssetDefinition.from_op() gets prepended as a prefix to the resulting asset in the UI.
How to reproduce?
Create multiple assets based on the same op using AssetDefinition.from_op()
Dagster version
1.9.11
Deployment type
Local
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
What's the issue?
The resulting name of the asset produced by
AssetDefinition.from_op()
is based on theop
name suffixed by an increment. This results in a messy representation in the UI and it can be hard to find the right one:What did you expect to happen?
It would be beneficial to be able to specify a
name
attribute as it can be done with theasset
decorator:As a good step in the right direction, it would already help if the
key_prefix
of theAssetDefinition.from_op()
gets prepended as a prefix to the resulting asset in the UI.How to reproduce?
Create multiple assets based on the same
op
usingAssetDefinition.from_op()
Dagster version
1.9.11
Deployment type
Local
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: