Skip to content

Commit c8fa8b9

Browse files
committed
Updated message to dbt-oracle v1.9.0
1 parent d0c0b5b commit c8fa8b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dbt/include/oracle/macros/update_legacy_snapshots.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424

2525
This 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
2828
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.
3030

3131
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:
3333
1. 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

3838
2. Run the following operation on your snapshot table
3939

0 commit comments

Comments
 (0)