The problem I’m having - after a clean dbt install, full repo cleanse, dbt clean, dbt deps and finally dbt list I’m told I need to rename one of two macros…
“Compilation Error
dbt found two macros named “snowflake__current_timestamp” in the project
“dbt_snowflake”.
To fix this error, rename or remove one of the following macros:
- macros\utils\timestamps.sql
- macros\adapters.sql”
I’ve tried searching the folders for these macros but they don’t seem to exist - which is odd.
If anyone knows where they are located I’m happy to try the rename.
Thx in advance.