Skip to content

dbt-teradata-utils 0.0.1

Compare
Choose a tag to compare
@adamtwo adamtwo released this 03 Feb 21:02
· 39 commits to main since this release

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