Skip to content

Tags: MartinGuindon/dbt-expectations

Tags

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rmoves spark-utils and update README (calogica#57)

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add expect_column_distinct_count_to_equal_other_table (calogica#50)

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request calogica#45 from calogica/refactor/expect_table_ro…

…w_count_to_equal_other_table-row-condition

Adds ability to set row_condition on row_count tests

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request calogica#40 from calogica/fix/postgres-support

Add initial Postgres support

0.2.9

Toggle 0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request calogica#35 from calogica/refactor/test-script

Makes test script more flexible

0.2.8

Toggle 0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request calogica#29 from b-per/modifications-for-tsql-support

Modifications for tsql support

0.2.7

Toggle 0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request calogica#23 from calogica/fix/issue-22-datatype

Refactor column type checks to use dtype

0.2.6

Toggle 0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request calogica#21 from calogica/refactor/expect_column_v…

…alues_to_be_within_n_moving_stdevs

Refactor expect_column_values_to_be_within_n_moving_stdevs

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request calogica#20 from calogica/refactor/uniqueness-tests

Refactor single & multi-column uniqueness tests

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request calogica#19 from calogica/add/expect_column_distin…

…ct_count_to_equal

Adds expect_column_distinct_count_** tests