Skip to content

Commit 362bdf9

Browse files
author
stephen.wallace
committed
Fixed file format issue for databricks actually this time
1 parent 02965ab commit 362bdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean-targets: # folders to be removed by `dbt clean`
1212
models:
1313
dbt_artifacts:
1414
+materialized: view
15-
+file_format: '{{ "delta" if target.name == "databricks" else "" }}'
15+
+file_format: '{{ "delta" if target.type == "databricks" else "" }}'
1616
sources:
1717
+materialized: incremental
1818
+full_refresh: false

0 commit comments

Comments
 (0)