Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for optional min/max to between tests #70

Merged
merged 7 commits into from
May 28, 2021

Conversation

clausherther
Copy link
Contributor

@clausherther clausherther commented May 22, 2021

This adds support for optional min/max values to most between type tests:

e.g.:

- dbt_expectations.expect_column_values_to_be_between:
       min_value: 0

Would essentially translate to >=0

@clausherther clausherther merged commit 2a12aae into main May 28, 2021
@clausherther clausherther deleted the add/between-tests-optional-min-max branch May 28, 2021 16:44
clausherther added a commit that referenced this pull request May 28, 2021
* Adding CHANGELOG

* Add support for optional min/max to between tests (#70)

* Add support for optional min/max to between tests

* Add row count test

* Clean up variable name

* Update remaining between tests

* Add optional min/max test

* Update row count and column count integration tests

* Update README

* Adding CHANGELOG

* Update change log

* Fix merge conflict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant