Add "dagster/io_manager_key" metadata to assets #33022
HynekBlaha
started this conversation in
Ideas
Replies: 1 comment
-
|
Hi @HynekBlaha - we discussed this feature internally today, and agreed that it's something that we should look into implementing, however, we'll need to more thoroughly review what is available to us on the assets given the i/o manager implementation and possible edge case considerations. Will keep you posted with any updates. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Would it be possible to fill metadata
dagster/io_manager_keyto all assets (if available)?This metadata value is already being set for AssetSpec, but not for @asset.
Why?
I would like to generate DataHub definitions from Dagster GraphQL.
There is no way to identify which IO Manager is used for asset.
Without this information, I am unable to identify where the input/output data is stored (e.g. database.namespace.table / storage_account.container.blob / API).
Could there be any unexpected downside?
My query:
Beta Was this translation helpful? Give feedback.
All reactions