Triggering downstream assets with multi_asset where is_requiered=False. #25722
Unanswered
johanWallgren
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
-
I have a multi_asset that defines assets using the outs parameter, all outs have the parameter is_required set to False.
Simple exampel:
My goal is to trigger a downstream asset as long as at least one of the multi_asset assets has materialized. My problem is that when one or more of the assets in the multi_asset is skipped, the downstream materialization is also skipped. Reading the documentation, I see this: If the AssetsDefinition for a multi_asset is provided, dependencies on all assets created by the multi_asset will be created.. I also spent some time with the Slack-AI and it seems that this is not suported today?
Would it be possible to add the functionality to use
automation_condition
similar to the code found here to multi_assets?Beta Was this translation helpful? Give feedback.
All reactions