Multi-partitions support for more than 2 partitions? #20495
DreamwareDevelopment
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I think this may fall under the ambit of this issue: #14228 it's worth documenting your use case in its comments to collate! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My company needs multiple static partitions along with a time based partition. Are there any plans for expanding the allowed number of partitions in a multi partition definition? Is there a workaround? I could just iterate the third set of static non-partition partitions in the asset, however, as that set grows, backfilling becomes expensive because I have to backfill every partition that executed prior to the date of the newest non-partition partition being added even though N - 1 of the non-partition partitions have already been executed.
Beta Was this translation helpful? Give feedback.
All reactions