Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter parent materialized partitions before iterating over them during asset backfill BFS #27909

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gibsondan
Copy link
Member

Summary:
This fixes an issue where:

  • You start a backfill on day N
  • It lasts long enougn that it is a new day and the partition set expands
  • A parent partition is materialized from one of those new partitions that didn't exist when the backfill was created
  • the old backfill fails because it tries to iterate over the new partition and finds it doesn't exist

Insert changelog entry or delete this section.

Summary & Motivation

How I Tested These Changes

Changelog

Insert changelog entry or delete this section.

…ng asset backfill BFS

Summary:
This fixes an issue where:
- You start a backfill on day N
- It lasts long enougn that it is a new day and the partition set expands
- A parent partition is materialized from one of those new partitions that didn't exist when the backfill was created
- the old backfill fails because it tries to iterate over the new partition and finds it doesn't exist

> Insert changelog entry or delete this section.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant