Skip to content

dbt-teradata-utils 0.1.0

Compare
Choose a tag to compare
@adamtwo adamtwo released this 04 Feb 22:29
· 11 commits to main since this release

Features

  • Added tests and/or implementations for the following dbt_utils macros:
    • get_url_host
    • get_url_path
    • current_timestamp
    • date_trunc
    • last_day
    • width_bucket
    • pretty_time
    • pretty_log_format
    • log_info
    • slugify

Fixes

  • split_part now correctly detects single character delimiters by distinguishing between literals and column names.
  • dateadd can now take both date literals and date types. Before version 0.1.0, it supported only date types and not literals which was not aligned with the interface defined by dbt_utils.
  • datediff can now take both date literals and date types. Before version 0.1.0, it supported only date types and not literals which was not aligned with the interface defined by dbt_utils.

Docs

Under the hood