You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading dbt core to v1.2.0, dbt_utils.recency tests throws deprecation warnings because it uses type_timestamp, current_timestamp and dateadd macros that are now part of dbt core.
Steps to reproduce
Run dbt test with at least one dbt_utils.recency test configured
Expected results
No deprecation warnings
Actual results
Three deprecation warnings for each recency test configured.
Core:
- installed: 1.2.0
- latest: 1.3.0 - Update available!
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
- snowflake: 1.2.0 - Update available!
At least one plugin is out of date or incompatible with dbt-core.
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading dbt core to v1.2.0, dbt_utils.recency tests throws deprecation warnings because it uses type_timestamp, current_timestamp and dateadd macros that are now part of dbt core.
Steps to reproduce
Run dbt test with at least one dbt_utils.recency test configured
Expected results
No deprecation warnings
Actual results
Three deprecation warnings for each recency test configured.
Screenshots and log output
System information
packages:
- package: dbt-labs/dbt_utils
version: 0.9.2
Which database are you using dbt with?
The output of
dbt --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: