Skip to content

Cancel unneeded materializations #18101

Answered by OwenKephart
janosroden asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @janosroden ! Two thoughts here:

  • Generally speaking, it definitely makes sense to have some sort of mechanism to allow runs to be prevented from being kicked off if there's another run in the queue that would do the same thing. This feature request is being tracked here: #17699
  • For your use case, it sounds like you could get away with using the skip_on_not_all_parents_updated rule, as described here: https://docs.dagster.io/concepts/assets/asset-auto-execution#customizing-auto-materialize-policies, although it's not clear to me that this would be the exact behavior that you want (as it seems like in some cases you're ok with just a single parent update causing the children to update)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OwenKephart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants