Skip to content

Commit e9f2ac8

Browse files
committed
Merge branch 'develop'
2 parents 1b06f2b + c80bb4a commit e9f2ac8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

dbt_project.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dbtvault
2-
version: 0.9.2
2+
version: 0.9.5
33
require-dbt-version: [">=1.0.0", "<2.0.0"]
44
config-version: 2
55

@@ -14,12 +14,3 @@ target-path: "target"
1414
clean-targets:
1515
- "target"
1616
- "dbt_packages"
17-
18-
vars:
19-
hash: MD5
20-
hash_content_casing: 'UPPER' # Default UPPER, alternatively DISABLED
21-
null_key_required: '-1' # Default -1, allows user to configure
22-
null_key_optional: '-2' # Default -2, allows user to configure
23-
enable_ghost_records: false #default false to ghost records are enabled
24-
system_record_value: 'DBTVAULT_SYSTEM' #Default DBTVAULT_SYSTEM, allows user to configure
25-

0 commit comments

Comments
 (0)