Commit e103756
committed
fix: add Databricks to delta file_format condition (#2154)
Root cause: dbt_project.yml only checks for 'spark' and 'fabricspark'
adapter types when setting file_format to 'delta', but Databricks uses
target.type='databricks' which was missing from the condition.
Made-with: Cursor1 parent 2f98ef7 commit e103756
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments