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

DM-39672: fix QG bugs involving skip_existing_in #345

Merged
merged 4 commits into from
Jun 21, 2023
Merged

Commits on Jun 20, 2023

  1. Ensure QG output refs have the right run.

    We look up all outputs refs in the skip_existing_in collections, but
    we don't want to put those refs in the graph unless they're in the
    actually from the output run.
    TallJimbo committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5afdd42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9022a5 View commit details
    Browse the repository at this point in the history
  3. Don't consider partial quanta in non-output collections an error.

    Partial quanta only need to be clobbered if they are in the output
    RUN collection.
    TallJimbo committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e6bc5bf View commit details
    Browse the repository at this point in the history
  4. Add changelog entry.

    TallJimbo committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e79cf3c View commit details
    Browse the repository at this point in the history