Skip to content

Commit

Permalink
flip flag back to default false
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Feb 4, 2025
1 parent 1ccc7d1 commit dbc23b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/databricks/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

USE_MATERIALIZATION_V2 = BehaviorFlag(
name="use_materialization_v2",
default=True,
default=False,
description=(
"Use revamped materializations based on separating create and insert."
" This allows more performant column comments, as well as new column features."
Expand Down

0 comments on commit dbc23b4

Please sign in to comment.