Open sarahjryan opened 1 week ago
Hi @sarahjryan, are you stilling running into this issue? If you are, can you run a pip freeze | grep dbt-adapters
and post the output?
To jump a head as to why I'm asking for the dbt-adapters version, we released a bad version of dbt-adapters, 1.11.0
, which caused this issue. We've since yanked that version from PyPI. Moving to dbt-adapters 1.9.0
(which interestingly was released after 1.11.0
🫠) should resolve the issue.
Is this a new bug in dbt-snowflake?
Current Behavior
When calling dbt build on incremental models configured with strategy microbatch I'm now (as of afternoon 12th Nov 24) getting this error:
Checking the dbt docs a change has been made so DBT_EXPERMINENTAL_MICROBATCH no longer affects runtime functionality. The article refers to the flag specified in the error and says false is default, no need to specify. Tried setting to true jsut to check & no microbatching occurs.
https://docs.getdbt.com/reference/global-configs/behavior-changes#custom-microbatch-strategy
Expected Behavior
The microbatching works w/o error as it did prior to the change, when the env var was used
Steps To Reproduce
Configure an incremental as microbatch and run for more than one batch (the first batch seems to work w/o issue)
Relevant log output
No response
Environment
Additional Context
No response