calogica / dbt-expectations

Port(ish) of Great Expectations to dbt test macros
https://calogica.github.io/dbt-expectations/
Apache License 2.0
1.06k stars 128 forks source link

Getting warnings in dbt #215

Closed pratikpchavan closed 1 year ago

pratikpchavan commented 1 year ago

Seeing this warning Warning: the type_string macro is now provided in dbt Core. It is no longer available in dbt_utils and backwards compatibility will be removed in a future version of the package. Use type_string (no prefix) instead. The dw_dbt.dbt_expectations_expect_column_values_to_be_in_set_stg_amortization_schedules_charged_off_reasoncharged_off_reason_is_not_nulldeceased90_days_past_duedebt_settlement_breachedID_theft__120_days_past_duedebt_settlementbankruptcyvehicle_repossessed_and_sold model triggered this warning. when running source freshness. We only have the dbt_expectations package installed packages:

clausherther commented 1 year ago

Hi @pratikpchavan! This is unfortunately out of our control and a bug in the current version of dbt-utils, please see this Slack thread. These warnings do not affect the tests running, and they will go away as soon as that's patched in dbt-utils.

pratikchavandev commented 1 year ago

@clausherther https://github.com/dbt-labs/dbt-utils/pull/723