dbt-expectations 0.2.7
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!