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 2424
2525This hash function is used in the marcro oracle__snapshot_hash_arguments
2626
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
2828hash 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 .
3030
3131It 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:
33331 . Create a macro oracle__snapshot_hash_arguments(args) in your dbt project
3434 Copy paste the contents of macro
3535 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
3737
38382 . Run the following operation on your snapshot table
3939
You can’t perform that action at this time.
0 commit comments