-
Notifications
You must be signed in to change notification settings - Fork 597
Comparing changes
Open a pull request
base repository: dbt-labs/dbt-utils
base: 1.1.1
head repository: dbt-labs/dbt-utils
compare: 1.2.0
- 17 commits
- 27 files changed
- 16 contributors
Commits on Jul 8, 2023
-
deduplicatemacro for Databricks now uses theQUALIFYclause, whi……ch fixes `NULL` columns issues from the default natural join logic (#786) * Updated deduplicate macro to use QUALIFY for databricks * updated changelog * typo * Add sample profile for integration tests for Databricks * Add Databricks to CI * Add databricks to dev-requirements.txt for bleeding edge * Add databricks to dev-requirements.txt for bleeding edge * Remove bleeding edge dbt-databricks from dev-requirements.txt * Test that input columns are `NULL`-safe * Test that input columns are `NULL`-safe * Remove Databricks from CI * Remove integration tests for `deduplicate` with NULL values --------- Co-authored-by: Doug Beatty <[email protected]> Co-authored-by: Doug Beatty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b140256 - Browse repository at this point
Copy the full SHA b140256View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4106c9 - Browse repository at this point
Copy the full SHA e4106c9View commit details -
GitHub Action to add/remove triage labels as-needed (#812)
* GitHub Action to add/remove triage labels as-needed * Update wording and fix misspelling
Configuration menu - View commit details
-
Copy full SHA for 9cd5988 - Browse repository at this point
Copy the full SHA 9cd5988View commit details
Commits on Jul 25, 2023
-
Use QUALIFY clause in
deduplicatemacro for Redshift (#811)* refactor: Use QUALIFY syntax in deduplicate() macro for Redshift * chore: Update changelog --------- Co-authored-by: Yauhen Sobaleu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a17d66f - Browse repository at this point
Copy the full SHA a17d66fView commit details
Commits on Aug 2, 2023
-
Instructions for the release process (#821)
* Update instructions for the release process * Remove superscript
Configuration menu - View commit details
-
Copy full SHA for 6ba7b66 - Browse repository at this point
Copy the full SHA 6ba7b66View commit details
Commits on Nov 27, 2023
-
get redshift external tables (#753)
* get redshift external tables redshift external tables are not listed in information_schema.tables but we can extract the same info from svv_external tables and union the results. also quote database name as redshift allows dashes which require quotes * add changelog * snowflake doesn't accept quotes --------- Co-authored-by: Anders <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23ddc9e - Browse repository at this point
Copy the full SHA 23ddc9eView commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 677ae1a - Browse repository at this point
Copy the full SHA 677ae1aView commit details
Commits on Mar 5, 2024
-
add precision + exclude_columns option to equality test (#765)
* add exclude columns to equality test * add precision option to equality test * CI fix? * CI fix 2.0 * Update CHANGELOG.md * Check for subset of columns (Close #785) * cast type * cast type across warehouses * swap to copiler error, account for ignore columns * Update CL * allow for different cased names * fix CL * linting * Rename to exclude_columns * Fix typo * Add package-lock.yaml to .gitignore * Update comments --------- Co-authored-by: bruno <[email protected]> Co-authored-by: Joel Labes <[email protected]> Co-authored-by: gwen windflower <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23da1f4 - Browse repository at this point
Copy the full SHA 23da1f4View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e874ea - Browse repository at this point
Copy the full SHA 2e874eaView commit details
Commits on Apr 10, 2024
-
* Update README.md Update doc for get_column_values() to specify that the order_by argument must be expressed as an aggregate function. * Add missing blank space --------- Co-authored-by: Doug Beatty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe0e8eb - Browse repository at this point
Copy the full SHA fe0e8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 951d087 - Browse repository at this point
Copy the full SHA 951d087View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72d087b - Browse repository at this point
Copy the full SHA 72d087bView commit details
Commits on Apr 23, 2024
-
FIX: Failing example for dbt_utils.deduplicate() in README.md (#856)
* FIX: Failing example for dbt_utils.decuplicate() in README.md * Cast to a `date` --------- Co-authored-by: Doug Beatty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4469239 - Browse repository at this point
Copy the full SHA 4469239View commit details
Commits on Apr 25, 2024
-
Disable auto-generation of table of contents (TOC) (#887)
* Disable auto-generation of table of contents (TOC) * Update comments with the relevant issue number
Configuration menu - View commit details
-
Copy full SHA for a40be2b - Browse repository at this point
Copy the full SHA a40be2bView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70e2b04 - Browse repository at this point
Copy the full SHA 70e2b04View commit details
Commits on May 22, 2024
-
update tests: -> data_tests: (#893)
* update tests: -> data_tests: * bump require-dbt-version * undo change to require-dbt-version * Update README.md --------- Co-authored-by: Doug Beatty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc98e4e - Browse repository at this point
Copy the full SHA fc98e4eView commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85ade29 - Browse repository at this point
Copy the full SHA 85ade29View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.1.1...1.2.0