Skip to content

Releases: Teradata/dbt-teradata-utils

dbt-teradata-utils 1.3.0

24 Sep 08:54
f1b00e3
Compare
Choose a tag to compare

Features

  • Added support for insert_by_period materialization

Fixes

  • Fix at_least_one macro

Under the hood

  • Removed custom test suite

dbt-teradata-utils 1.2.0

25 Jun 08:47
bc69549
Compare
Choose a tag to compare

teradata_utils 1.2.0

Fixes

  • Fix get_tables_by_pattern_sql macro

dbt-teradata-utils 1.1.1

09 Nov 08:46
88bfc68
Compare
Choose a tag to compare

Features

  • Newly added macros (at_least_one, deduplicate, expression_is_true, generate_surrogate_key)
  • Updated python and dbt-core dependency

Fixes

  • Removed cross-db macros as they have been moved to dbt-teradata

Docs

Under the hood

  • Added a test patch files to test dbt-utils macros against db-teradata

dbt-teradata-utils 0.1.0

04 Feb 22:29
Compare
Choose a tag to compare

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

dbt-teradata-utils 0.0.2

04 Feb 15:11
Compare
Choose a tag to compare

Features

  • Added tests and/or implementations for the following dbt_utils macros:
    • pivot
    • unpivot
    • get_url_parameter
  • Added support for multi-character delimiters in split_part macro.

Fixes

Docs

Under the hood

dbt-teradata-utils 0.0.1

03 Feb 21:02
Compare
Choose a tag to compare

Features

  • initial release that covers the following dbt_utils macros:
    • equal_rowcount
    • fewer_rows_than
    • equality
    • expression_is_true
    • recency
    • at_least_one
    • not_constant
    • cardinality_equality
    • not_null_proportion
    • not_accepted_values
    • relationships_where
    • mutually_exclusive_ranges
    • sequential_values
    • unique_combination_of_columns
    • accepted_range
    • get_column_values
    • get_relations_by_pattern
    • get_relations_by_prefix
    • get_query_results_as_dict
    • date_spine
    • haversine_distance
    • group_by
    • star
    • union_relations
    • generate_series
    • surrogate_key
    • safe_add

Fixes

Docs

  • Initial documentation

Under the hood

  • Added tests

v0.0.1rc

03 Feb 19:53
Compare
Choose a tag to compare
v0.0.1rc Pre-release
Pre-release
  • Initial release