Skip to content

Commit

Permalink
Remove source persist docs for databricks (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
glsdown authored May 12, 2023
1 parent 61af6c9 commit d6a3fe0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'dbt_artifacts'
version: '2.3.0'
name: "dbt_artifacts"
version: "2.3.0"
config-version: 2
require-dbt-version: ">=1.3.0"
profile: "dbt_artifacts"
Expand All @@ -17,3 +17,6 @@ models:
+materialized: incremental
+on_schema_change: append_new_columns
+full_refresh: false
+persist_docs:
# Databricks doesn't offer column-level support for persisting docs
columns: '{{ target.name != "databricks" }}'

0 comments on commit d6a3fe0

Please sign in to comment.