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

Make type macro calls fully qualified #232

Closed clausherther closed 1 year ago

clausherther commented 1 year ago

Fixes #230

This PR makes calls to type_* macros fully qualified, e.g. dbt_expectations.type_timestamp() and dbt.type_string() to avoid namespace collisions with legacy macros in dbt_utils.

cc: @Maayan-s @elongl