Skip to content

partitioned asset downstream of non-partitioned asset #21400

Closed Answered by garethbrickman
brandybobandyistaken asked this question in Q&A
Discussion options

You must be logged in to vote

The expected behavior is that the monthly partitioned asset will wait for the daily non-partitioned asset to run before it kicks off. This is because the auto-materialization system in Dagster is designed to ensure that downstream assets are only materialized when their upstream dependencies are up to date.

In your case, you have a non-partitioned daily asset that is set to auto-materialize with a cron rule. This means that the asset will be materialized based on the schedule defined by the cron expression. Downstream non-partitioned assets with an eager auto-materialize policy will then attempt to materialize as soon as their upstream dependencies (including the daily non-partitioned roo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@brandybobandyistaken
Comment options

@garethbrickman
Comment options

Answer selected by garethbrickman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: declarative-automation Related to Declarative Automation, AutomationConditions and Auto Materialization
2 participants