File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dbt/include/oracle/macros Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
This hash function is used in the marcro oracle__snapshot_hash_arguments
26
26
27
- dbt- oracle 2 . 0 will switch to a stronger hash function - SHA256. Changing the
27
+ dbt- oracle 1 . 9 will switch to a stronger hash function - SHA256. Changing the
28
28
hash function will invalidate existing snapshots .These helper macros will
29
- ensure a smoother transition to dbt- oracle 2 . 0 .
29
+ ensure a smoother transition to dbt- oracle 1 . 9 .
30
30
31
31
It is recommended for teams to switch to SHA256 hash function before
32
- dbt- oracle 2 . 0 using a 2 - step process:
32
+ dbt- oracle 1 . 9 using a 2 - step process:
33
33
1 . Create a macro oracle__snapshot_hash_arguments(args) in your dbt project
34
34
Copy paste the contents of macro
35
35
oracle__snapshot_standard_hash_arguments(args) shown below. This will become
36
- the default from dbt- oracle 2 . 0
36
+ the default from dbt- oracle 1 . 9
37
37
38
38
2 . Run the following operation on your snapshot table
39
39
You can’t perform that action at this time.
0 commit comments