Skip to content

dbt-expectations 0.2.7

Compare
Choose a tag to compare
@clausherther clausherther released this 04 Mar 22:13
· 224 commits to main since this release
4670d4c

This release refactors expect_column_values_to_be_of_type and expect_column_values_to_be_in_type_list to use Column.dtype instead of data_type to make type comparisons easier.

Thanks to @ChristianKohlberg for flagging this!