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
Hello, I have the following errors when running the audit model hooks
06:20:22 Running with dbt=1.3.1
06:20:22 Partial parse save file not found. Starting full parse.
Compilation Error in model ml_gatling_train (models/ml/models/ml_gatling_train.sql)
'dict object' has no attribute 'type_timestamp'
> in macro model_audit (macros/hooks/model_audit.sql)
> called by macro _audit_table_columns (macros/hooks/model_audit.sql)
I recall seeing a deprecation type_timestamp somewhere, it's now in dbt core
The text was updated successfully, but these errors were encountered:
14:21:54 Warning: the type_timestamp 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_timestamp (no prefix) instead. The myjobglasses_alexandria.ml_gatling_train model triggered this warning.
I was using DBT 1.3 latest environment and since tuesday 2022-12-06 it started crashing in production
Hello, I have the following errors when running the audit model hooks
I recall seeing a deprecation type_timestamp somewhere, it's now in dbt core
The text was updated successfully, but these errors were encountered: