You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace usage of env var DBT_EXPERIMENTAL_MICROBATCH with a project flag, require_builtin_microbatch_strategy which defaults to False (@graciegoheen approves the name :) )
Prior to the 1.9 beta, we should:
Replace usage of env var
DBT_EXPERIMENTAL_MICROBATCH
with a project flag,require_builtin_microbatch_strategy
which defaults toFalse
(@graciegoheen approves the name :) )Make changes to dbt-adapters:
the additional tests patch the os env var directly
they'll need to be updated to use the project_config_update fixture instead
dbt-postgres and dbt-snowflake use the base test only and don't need any manual updates
The text was updated successfully, but these errors were encountered: