How to: trigger materializing an asset's partition upon upstream asset partition materialization #7306
-
We have a partitioned asset X depends on three other partitioned assets. How can we trigger a run that materializes partition P of asset X whenever partition P has been materialized for the three upstream assets? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
One possible way to do this is to define a sensor that checks for the existence of materializations for the upstream asset partitions:
In the above example, because the assets are time-window partitioned, we can use the |
Beta Was this translation helpful? Give feedback.
One possible way to do this is to define a sensor that checks for the existence of materializations for the upstream asset partitions: