We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b06f2b + c80bb4a commit e9f2ac8Copy full SHA for e9f2ac8
dbt_project.yml
@@ -1,5 +1,5 @@
1
name: dbtvault
2
-version: 0.9.2
+version: 0.9.5
3
require-dbt-version: [">=1.0.0", "<2.0.0"]
4
config-version: 2
5
@@ -14,12 +14,3 @@ target-path: "target"
14
clean-targets:
15
- "target"
16
- "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