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.2.0
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.3.0
Choose a head ref
  • 18 commits
  • 35 files changed
  • 8 contributors

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    3908596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d1d810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df7eb81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c7baae View commit details
    Browse the repository at this point in the history
  5. Align the PR description with dbt-core, dbt-adapters, etc. (#911)

    * Align the PR description with dbt-core, dbt-adapters, etc.
    
    * Add hyperlink to the open issues
    dbeatty10 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    af64dbe View commit details
    Browse the repository at this point in the history
  6. Slugify handle empty strings (#912)

    * Handle empty strings in slugify macro
    
    * update changelog with PR number
    
    * fix slugify test
    
    * return empty string rather than none
    
    ---------
    
    Co-authored-by: Andrew Vaccaro <[email protected]>
    dbeatty10 and atvaccaro authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cb8dd4b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    5c15aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2b498 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Move profiles config to project flags (#926)

    * Move profiles config to project flags
    
    * Move profiles config to project flags
    dbeatty10 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4da44cb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    39b5fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222ac79 View commit details
    Browse the repository at this point in the history
  3. Update not_null_proportion data test to use cross-database `type_nu…

    …meric()` macro (#800)
    
    * [FIX] warehouse specific numeric type
    
    Signed-off-by: Henri Blancke <[email protected]>
    
    * [ADD] changelog entry
    
    Signed-off-by: Henri Blancke <[email protected]>
    
    ---------
    
    Signed-off-by: Henri Blancke <[email protected]>
    Co-authored-by: Doug Beatty <[email protected]>
    henriblancke and dbeatty10 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3ea3dad View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Revert pruning in at_least_one test (#922)

    * restore at_least_one to previous state
    
    * update integration test
    
    * restore performance optimization
    
    * restore newline
    
    * rerun due to potential bigquery incident
    
    * cant reproduce locally, try once more
    katieclaiborne-duet authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    be74299 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Delete etc directory (#936)

    `dbt-logo.png` is the old logo and hence can be deleted.
    aiwithwhitehat authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    680aaef View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Add quote_identifiers parameter to unpivot to handle case-sensiti…

    …ve column names (#792)
    
    * feat(unpivot): add quote identifier parameter to unpivot macro
    
    fixes #216
    
    * Changelog will be updated as part of release process
    
    * Enable test for unpivoting quoted columns for Redshift
    
    * Fix warning related to `tests:` -> `data_tests:`
    
    * Simplify the case-sensitive unpivot test model
    
    * Add a newline for consistency
    
    * Use mixed-case column names for all columns
    
    ---------
    
    Co-authored-by: Doug Beatty <[email protected]>
    error418 and dbeatty10 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9237ba9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Add tox (#919)

    * update env var, add tox support for running dbt commands
    
    * add very basic pytest that doesnt touch dbt
    
    * basic cleanup
    
    * add supported adapter list
    
    * tweak the tox adapters list
    
    * tweak the tox adapters list
    
    * add comments, fix some typos
    
    * add back tests
    
    * put back pass
    
    * add more to ignore
    
    * move config
    
    * fix env var name
    
    * consolidate renaming
    
    * add redshift/bq
    
    * add more WH, tweak vars
    
    * fix profile key
    
    * Update tox.ini
    
    * add github worflow, move suported adapters
    
    * start postgres
    
    * tweaks
    
    * change keyfile
    
    * change how postrges is handled
    
    * add other vars
    
    * test redshift
    
    * make schema unique per run
    
    * updates to get BQ working
    
    * cleanup tox file
    
    * move and rename profiles.yml
    
    * update testing to reflect new profiles
    
    * update readme to reflect changes to profile
    
    * add newliens
    
    * use a different schema name
    
    * Trigger CircleCI
    
    * rename postgres vars
    
    * Trigger CircleCI
    
    * Setup environment variables for dbt-bigquery in CircleCI
    
    * Update CircleCI to use the same profiles target as GitHub Actions
    
    * Add whitespace
    
    * Restore original profiles.yml file ahead of rename
    
    * Move and rename profiles.yml
    
    * Update profiles.yml to use new environment variables
    
    ---------
    
    Co-authored-by: Doug Beatty <[email protected]>
    emmyoop and dbeatty10 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4feda1c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    e90d648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e164c64 View commit details
    Browse the repository at this point in the history
Loading