Skip to content

Commit

Permalink
Update teradata-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Talla committed Jun 25, 2024
1 parent 60822d0 commit ac09bda
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ For using cross-DB macros, teradata-utils as a macro namespace will not be used,

`last_day` in `teradata_utils`, unlike the corresponding macro in `dbt_utils`, doesn't support `quarter` datepart.

## dbt - unit tests
dbt-teradata 1.8.0 and above versions support unit tests, allowing validation of SQL modeling logic on a small set of static inputs before production. This enhancement facilitates test-driven development, improving developer efficiency and code reliability.

More information on dbt unit tests feature can be found [here](https://docs.getdbt.com/docs/build/unit-tests).
<VersionBlock firstVersion="1.8.0">
dbt-teradata 1.8.0 and above versions support unit tests, allowing validation of SQL modeling logic on a small set of static inputs before production. This enhancement facilitates test-driven development, improving developer efficiency and code reliability.
More information on dbt unit tests feature can be found [here](https://docs.getdbt.com/docs/build/unit-tests).
</VersionBlock>

## Limitations

Expand Down

0 comments on commit ac09bda

Please sign in to comment.