AutomationCondition to detect when the yesterday's partition has been updated in a dependency #27455
Unanswered
the4thamigo-uk
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 an unpartitioned asset that has an upstream dependency with daily partitions. I want this downstream asset to materialize when yesterday's partition is materialized for the upstream asset. How can I achieve this? I would be happy to write a
CustomAutomation
rule to do this, but its not clear to me how I would get the information I need from theAutomationContext
. However, if there is a simpler way using the standard conditions, that would be even better.Beta Was this translation helpful? Give feedback.
All reactions