Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dbt-labs/dbt-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: dbt-labs/dbt-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 17 commits
  • 27 files changed
  • 16 contributors

Commits on Jul 8, 2023

  1. deduplicate macro for Databricks now uses the QUALIFY clause, 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]>
    3 people authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    b140256 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    e4106c9 View commit details
    Browse the repository at this point in the history
  2. GitHub Action to add/remove triage labels as-needed (#812)

    * GitHub Action to add/remove triage labels as-needed
    
    * Update wording and fix misspelling
    dbeatty10 authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9cd5988 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Use QUALIFY clause in deduplicate macro for Redshift (#811)

    * refactor: Use QUALIFY syntax in deduplicate() macro for Redshift
    
    * chore: Update changelog
    
    ---------
    
    Co-authored-by: Yauhen Sobaleu <[email protected]>
    yauhen-sobaleu and Yauhen Sobaleu authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a17d66f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Instructions for the release process (#821)

    * Update instructions for the release process
    
    * Remove superscript
    dbeatty10 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6ba7b66 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. 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]>
    brendan-cook-87 and dataders authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    23ddc9e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    677ae1a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. 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]>
    4 people authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    23da1f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update README.md

    joellabes authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2e874ea View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Update README.md (#872)

    * 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]>
    bakerbryce and dbeatty10 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    fe0e8eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    951d087 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    72d087b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. 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]>
    pruoff and dbeatty10 authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4469239 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Disable auto-generation of table of contents (TOC) (#887)

    * Disable auto-generation of table of contents (TOC)
    
    * Update comments with the relevant issue number
    dbeatty10 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a40be2b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    70e2b04 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. 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]>
    graciegoheen and dbeatty10 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    fc98e4e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    85ade29 View commit details
    Browse the repository at this point in the history
Loading