Replies: 1 comment
-
I discovered there was a separate backfill_policy setting on the @graph_multi_asset tag that needed to be set. It would be great if there was some sort of notification that the AssetOut backfill_policy isn't used when in a graph_multi_asset list of Outs. |
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
-
We have a graph_multi_asset that has 2 optional assets that are partitioned by day that can be generated:
When trying to generate a backfill for this asset, instead of the expected behavior of a Run with 100 partitions given to it, we generate a single Run per partition.
Is this a bug, or am I doing something incorrectly? If it's a bug, is there a different way this could be structured so I could run multiple partitions in a single run?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions