Skip to content

Commit

Permalink
Update website/docs/docs/core/connect-data-platform/teradata-setup.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mirna Wong <[email protected]>
  • Loading branch information
tallamohan and mirnawong1 authored Dec 10, 2024
1 parent b61d83a commit 53e9f07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ For using cross-DB macros, teradata-utils as a macro namespace will not be used,

##### <a name="hash"></a>hash

`Hash` macro needs an `md5` function implementation. Teradata doesn't support `md5` natively. You need to install a User Defined Function (UDF) and optionally specify `md5_udf` [variable](https://docs.getdbt.com/docs/build/project-variables). <br>
`Hash` macro needs an `md5` function implementation. Teradata doesn't support `md5` natively. You need to install a User Defined Function (UDF) and optionally specify `md5_udf` [variable](/docs/build/project-variables). <br>
If not specified the code defaults to using `GLOBAL_FUNCTIONS.hash_md5`. See below instructions on how to install the custom UDF:
1. Download the md5 UDF implementation from Teradata (registration required): https://downloads.teradata.com/download/extensibility/md5-message-digest-udf.
1. Unzip the package and go to `src` directory.
Expand Down

0 comments on commit 53e9f07

Please sign in to comment.