list all non materializable assets found in 'default' #25281
Unanswered
yamhirotoCS
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, is there any way to retrieve in smart way all the non materializable assets in the default group ?I understand they are placeholder assets created by dagster, and I've noticed they all have the key [dagster/auto_created_stub_asset] ?
I am currently playing with those declarative automations, and those placeholder assets ending in the 'default' groups are not materializable, thus prevent downstream model to be materialized.
Both approaches would work. However, I cannot find any smart way to retrieve them all, only through the UI and I would need to hardcode those assetkeys in our codebase, which isn't amazing
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions