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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,11 +68,13 @@ See [the changelog](CHANGELOG.md)
68
68
**Example usage in `dbt_project.yml`:**
69
69
70
70
```yaml
71
-
vars:
71
+
flags:
72
72
dbt_sqlserver_use_default_schema_concat: true # Enable standard schema concatenation
73
73
```
74
74
75
-
> **Note:** If you want to permanently customise schema generation and avoid any future deprecation of this flag, override the `sqlserver__generate_schema_name` macro directly in your project.
75
+
This adapter also supports the same setting via `vars:` for backwards compatibility, so either method works in the current release.
76
+
77
+
> **Note:** If you want to permanently customise schema generation and avoid any future changes, override the `sqlserver__generate_schema_name` macro directly in your project instead.
0 commit comments