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

fix: vacuum more runs needed error #703

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Commits on Aug 13, 2024

  1. fix: vacuum more runs needed error

    When there is too many files to process during a vacuum, dbt model fails
    with this error: "ICEBERG_VACUUM_MORE_RUNS_NEEDED: Removed 20000 files
    in this round of vacuum, but there are more files remaining. Please
    run another VACUUM command to process the remaining files."
    
    We apply therefore the same logic as we did for the optimize. There
    is also an attempt to gather the code since they have the same logic.
    Jrmyy committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    14ba70c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    ad39aee View commit details
    Browse the repository at this point in the history