Skip to content

Commit

Permalink
Added persist_docs relation exclusion for sqlserver
Browse files Browse the repository at this point in the history
  • Loading branch information
bvkabn committed Sep 19, 2024
1 parent 1f8100e commit d07ce33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ models:
+persist_docs:
# Databricks and SQL Server don't offer column-level support for persisting docs
columns: '{{ target.name != "databricks" and target.type != "sqlserver" }}'
relation: '{{ target.type != "sqlserver" }}'
+as_columnstore: False

0 comments on commit d07ce33

Please sign in to comment.