Skip to content

Commit

Permalink
Update website/docs/reference/resource-configs/teradata-configs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jul 2, 2024
1 parent 0d4da69 commit 318de98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/reference/resource-configs/teradata-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ Snapshots use the [HASHROW function](https://docs.teradata.com/r/Enterprise_Inte

To use your own hash UDF, there is a configuration option in the snapshot model called `snapshot_hash_udf`, which defaults to HASHROW. You can provide a value like `<database_name.hash_udf_name>`. If you only provide `hash_udf_name`, it uses the same schema as the model runs.

for e.g. :
For example, in the `snapshots/snapshot_example.sql` file:

snapshots/snapshot_example.sql
```sql
{% snapshot snapshot_example %}
Expand Down

0 comments on commit 318de98

Please sign in to comment.