Releases: dbt-labs/dbt-utils
Releases · dbt-labs/dbt-utils
1.2.1
1.1.2
1.0.1
0.9.7
1.3.3
What's Changed
- fix: Render relations to avoid including time filters in source_column_name by @harshvardhan-j in #1061
- Output '*' in union_relations when no columns are found in compile mode by @martinshjung in #832
New Contributors
- @harshvardhan-j made their first contribution in #1061
- @martinshjung made their first contribution in #832
Full Changelog: 1.3.2...1.3.3
1.3.2
What's Changed
- Chore: Postgresql and Python version bumps for integration tests by @stektron in #1045
- Update
get_filtered_columns_in_relationto return empty list in parsing mode by @katieclaiborne-duet in #1055 - Pin GitHub Actions to specific SHAs (2 actions in 1 files) by @ddk-dbt in #1056
- Update require version to include 2.x by @b-per in #1057
New Contributors
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Convert tox tests to central workflow by @emmyoop in #947
- Trigger CI off
pull_request_targetso workflow runs in the context of the base branch by @emmyoop in #970 - Update
dev-requirements.txtto use thedbt-adaptersmonorepo by @dbeatty10 in #991 - Update example for
uniquedata test with concatenation of column names by @dbeatty10 in #995 - Update
CODEOWNERSfile by @dbeatty10 in #998 - Update README with changes to arguments by @b-per in #1035
- Replace ordinal with column name for
date_spineby @itsmeamitesh01 in #1040 - Fix logic to not reset the variable - Fusion impact by @b-per in #1043
New Contributors
- @itsmeamitesh01 made their first contribution in #1040
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Remove "I have added an entry to CHANGELOG.md" from the PR template by @dbeatty10 in #903
- Add a PR checklist item for "I have read the contributing guide..." as a catch-all by @dbeatty10 in #905
- Simplify the PR checklist in relation to testing by @dbeatty10 in #907
- Remove the PR checklist items related to the type of change by @dbeatty10 in #909
- Align the PR description with dbt-core, dbt-adapters, etc. by @dbeatty10 in #911
- Slugify handle empty strings by @dbeatty10 in #912
- Contributors shouldn't edit the
CHANGELOG.mddirectly anymore by @dbeatty10 in #916 - Contributing guide instructions for allowing commits from maintainers by @dbeatty10 in #917
- Move profiles config to project flags by @dbeatty10 in #926
- Link to tests that support
group_by_columnsby @dbeatty10 in #931 - Expand description for the
at_least_onedata test by @dbeatty10 in #933 - Update
not_null_proportiondata test to use cross-databasetype_numeric()macro by @henriblancke in #800 - Fix
at_least_onetest whengroup_by_columnsis configured by @katieclaiborne-duet in #922 - Delete the old unused logo file by @anks2024 in #936
- Add
quote_identifiersparameter tounpivotto handle case-sensitive column names by @error418 in #792 - Add tox by @emmyoop in #919
- Update release instructions by @dbeatty10 in #942
New Contributors
- @henriblancke made their first contribution in #800
- @katieclaiborne-duet made their first contribution in #922
- @anks2024 made their first contribution in #936
- @error418 made their first contribution in #792
- @emmyoop made their first contribution in #919
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
New features
- Add option to ignore columns in equality test by @brunocostalopes in #765
- The
equalitytest now accepts an additional argument,precisionto aide in comparing floating point numbers by @rlh1994 in #765
Fixes
deduplicatemacro for Databricks now uses theQUALIFYclause, which fixesNULLcolumns issues from the default natural join logic by @graciegoheen in #786- Use QUALIFY clause in
deduplicatemacro for Redshift by @yauhen-sobaleu in #811 - get redshift external tables by @brendan-cook-87 in #753
- Equality test will now raise an error when the second model has less columns than the first by @rlh1994 in #765
Documentation
- Update documentation for
get_column_values()to specify that theorder_byargument must be expressed as an aggregate function by @bakerbryce in #872 - Set the correct language identifier in code blocks within the documentation by @yamotech in #876
- Fix typo of
not_null_proportionin README.md by @PChambino in #853 - Fix failing example for
dbt_utils.deduplicate()in README.md by @pruoff in #856 - Link to Haversine Distance article on Wikipedia by @dbeatty10 in #889
Under the hood
- GitHub Action to close issues as stale as-needed by @dbeatty10 in #813
- GitHub Action to add/remove triage labels as-needed by @dbeatty10 in #812
- Instructions for the release process by @dbeatty10 in #821
- Update dev-requirements for new pip syntax by @gwenwindflower in #870
- Disable auto-generation of table of contents (TOC) by @dbeatty10 in #887
- Update tests: -> data_tests: by @graciegoheen in #893
New Contributors
- @yauhen-sobaleu made their first contribution in #811
- @brendan-cook-87 made their first contribution in #753
- @gwenwindflower made their first contribution in #870
- @brunocostalopes made their first contribution in #765
- @rlh1994 made their first contribution in #765
- @yamotech made their first contribution in #876
- @PChambino made their first contribution in #853
- @pruoff made their first contribution in #856
Full Changelog: 1.1.1...1.2.0
1.2.0-rc1
What's Changed
New features
Fixes
- get redshift external tables by @brendan-cook-87 in #753
deduplicatemacro for Databricks now uses theQUALIFYclause, which fixesNULLcolumns issues from the default natural join logic by @graciegoheen in #786- Use QUALIFY clause in
deduplicatemacro for Redshift by @yauhen-sobaleu in #811
Documentation updates
- Typo of
not_null_proportionin README.md by @PChambino in #853 - FIX: Failing example for dbt_utils.deduplicate() in README.md by @pruoff in #856
- Update README.md by @bakerbryce in #872
- Set the correct language identifier in the code block of the document by @yamotech in #876
Process updates
- GitHub Action to close issues as stale as-needed by @dbeatty10 in #813
- GitHub Action to add/remove triage labels as-needed by @dbeatty10 in #812
- Instructions for the release process by @dbeatty10 in #821
- Reporting bugs and contributing code by @joellabes 2e874ea
- Update dev-requirements for new pip syntax by @gwenwindflower in #870
New Contributors
- @yauhen-sobaleu made their first contribution in #811
- @brendan-cook-87 made their first contribution in #753
- @gwenwindflower made their first contribution in #870
- @rlh1994 made their first contribution in #765
- @yamotech made their first contribution in #876
- @PChambino made their first contribution in #853
- @pruoff made their first contribution in #856
Full Changelog: 1.1.1...1.1.2rc1