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: calogica/dbt-expectations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.3
Choose a base ref
...
head repository: calogica/dbt-expectations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.4
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Mar 30, 2024

  1. Update README.md (#303)

    Simply increased the version numbers in the snippet for how to add the dependency the `packages.yml`. This seems to have been forgotten when version 10 was realsed.
    thomaslaber authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    458ae1c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update README.md

    clausherther authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bcd39d9 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. "Expect" instead of "Except" (#308)

    * "Expect" instead of "Except"
    
    * Fix spelling of "succinct"
    dbeatty10 authored May 26, 2024
    Configuration menu
    Copy the full SHA
    bb37a20 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Upgrade for dbt 1.8.x (#309)

    * Upgrade for dbt 1.8.x
    
    * Add dbt-core install for trino tests
    
    * Push trino version to 1.8.x
    
    * Revert changes to schema
    
    * Add TestsConfigDeprecation
    clausherther authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4249dcc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Adds optional step param to expect_column_values_to_be_{in,de}creas…

    …ing (#316)
    
    If set, the test will check that the values are not only strictly
    increasing/decreasing, but the difference between subsequent values is
    exactly `step`.
    vitorbaptista authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c9abed7 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    clausherther authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c7dc2af View commit details
    Browse the repository at this point in the history
Loading