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

Apply "Initial refactoring of incremental materialization" #1123

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Applies "Initial refactoring of incremental materialization" (dbt-lab…

    …s/dbt-core#5359).
    
    Now it uses `adapter.get_incremental_strategy_macro` instead of
    dbt-spark's `dbt_spark_get_incremental_sql` macro to dispatch the
    incremental strategy macro.
    
    Add tests that check for the new error string
    hiloboy0119 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f2f771b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5637b98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3cb955 View commit details
    Browse the repository at this point in the history
  4. Add changelog

    hiloboy0119 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9703be1 View commit details
    Browse the repository at this point in the history