Releases: Teradata/dbt-teradata-utils
Releases · Teradata/dbt-teradata-utils
dbt-teradata-utils 1.3.0
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
teradata_utils 1.2.0
Fixes
- Fix get_tables_by_pattern_sql macro
dbt-teradata-utils 1.1.1
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
Features
- Added tests and/or implementations for the following
dbt_utilsmacros:- get_url_host
- get_url_path
- current_timestamp
- date_trunc
- last_day
- width_bucket
- pretty_time
- pretty_log_format
- log_info
- slugify
Fixes
split_partnow correctly detects single character delimiters by distinguishing between literals and column names.dateaddcan 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.datediffcan 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
Features
- Added tests and/or implementations for the following
dbt_utilsmacros:- pivot
- unpivot
- get_url_parameter
- Added support for multi-character delimiters in
split_partmacro.
Fixes
Docs
Under the hood
dbt-teradata-utils 0.0.1
Features
- initial release that covers the following
dbt_utilsmacros:- 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