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.0.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.1.0
Choose a head ref
  • 15 commits
  • 18 files changed
  • 12 contributors

Commits on Dec 12, 2022

  1. Typo fix (#738)

    AndrewLane authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    dc3e565 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Removed remark about Dbt 0.9.6 as utils 1.0.0 is now the the default …

    …version (#740)
    
    in hub.getdbt.com/dbt-labs/dbt_utils/latest/ the lattest version in 1.0.0 so no need for the note
    ilanbenb authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a73c419 View commit details
    Browse the repository at this point in the history
  2. Fix link in README (#743)

    Fix the link to the renamed macro `generate_surrogate_key`
    b-per authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    42003d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Update README.md (#739)

    eitsupi authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    233cc05 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

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

Commits on Jan 10, 2023

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

Commits on Jan 17, 2023

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

Commits on Jan 25, 2023

  1. fix: #755 - add whitespace control to generate_surrogate_key macro (#756

    )
    
    Co-authored-by: kirill.avilenko.kitopi <[email protected]>
    akv-akv and kirill.avilenko.kitopi authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    eaa0e41 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Safe subtract (#748)

    * Add macro definition
    
    * Add seed file for tests
    
    * Add integration test
    
    * Update readme
    
    * Update exception message
    
    * Correct docs for safe_add and safe_subtract
    dchess authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ba99ffb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Automatically generate TOC for utils readme (#486)

    * Create create-table-of-contents.yml
    
    * test TOC
    
    * Auto update markdown TOC
    
    * Fix indentation of schema tests
    
    * Auto update markdown TOC
    
    * Outdent all schema tests by one
    
    * tweak workflow file
    
    * Auto update table of contents
    
    * missed one
    
    * Auto update table of contents
    
    * Move stuff around
    
    * Auto update table of contents
    
    * Cleanup after self
    
    * Auto update table of contents
    
    * Update README.md
    
    * Auto update table of contents
    
    * Auto update table of contents
    
    ---------
    
    Co-authored-by: joellabes <[email protected]>
    joellabes and joellabes authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    dcc9f47 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Add Databricks handler for get_table_types_sql.sql (#769)

    * Update get_table_types_sql.sql
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    Harmuth94 authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    8129160 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on May 1, 2023

  1. Update ci command (#771)

    * Update ci command
    
    * Update run_test.sh
    
    * Update run_test.sh
    
    * Change to large resource_class
    
    * Force dependency
    
    * force dependency
    
    * logging debugging
    
    * skip on postgres
    
    * .type
    
    * Remove redundant seed configs
    
    * Switch back to mod for redshift instead of %
    
    * Disable get_column_values default for a bit
    
    * Disable get_column_values_use_default
    
    * remove logging
    
    * Apply code review changes
    joellabes authored May 1, 2023
    Configuration menu
    Copy the full SHA
    5502210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edfcfe8 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    joellabes authored May 1, 2023
    Configuration menu
    Copy the full SHA
    965726e View commit details
    Browse the repository at this point in the history
Loading