Skip to content

Commit

Permalink
Add support for dbt 0.21 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther authored Oct 6, 2021
1 parent 42a8dc8 commit 2028910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
* Fixes incompatibility on Snowflake with use of `row_number()` without `order by` in `expect_table_columns_to_match_ordered_list`([#112](https://github.com/calogica/dbt-expectations/pull/112))

## Features

## Under the hood
* Supports dbt 0.21.x

# dbt-expectations v0.4.2

Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: 'dbt_expectations'
version: '0.4.0'

require-dbt-version: [">=0.20.0", "<0.21.0"]
require-dbt-version: [">=0.20.0", "<0.22.0"]
config-version: 2

target-path: "target"
Expand Down

0 comments on commit 2028910

Please sign in to comment.