Automation of time partitioned Assets #30454
matthias-Q
started this conversation in
General
Replies: 1 comment
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I have a time partitioned asset, that depends on 3 upstream deps:
The automation condition is set to

on_cron("@daily")
. The upstream deps finish between 1 and 2am each day. I was expecting that the last partition is automatically materialized. I see 9 evaluations for one, it looks like all upstream deps are green, but not run is triggered:Whats is wrong here? Do I have to the
on_cron("@hourly")
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions