How to have a job materializing two assets with different partition definitions? #27596
Unanswered
DourivalPimentel
asked this question in
Q&A
Replies: 1 comment
-
Hello there, |
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
-
Let's assume I have defined two assets which I want to parallelize to increase performance and they depend on each other:
Since I am only partitioning for a performance increase, all the partitions on the second asset needs to wait for the partitions on the first asset to be completed and the partitioning on the second asset will be calculated through other means, not by direct mapping the partitions from the first one.
What is the best way to do that with Dagster Jobs?
Beta Was this translation helpful? Give feedback.
All reactions