Compilation Error
dbt found two macros named "materialization_table_default" in the project
"dbt".
To fix this error, rename or remove one of the following macros:
- macros/materializations/models/table/table.sql
- macros/materializations/models/table.sql
The context of why I’m trying to do this
I cannot run my dbt project. I’m still a beginner but I do not understand why this happens, considering that my macros directory is empty except for a .gitkeep file
I had the same problem using the latest version dbt=1.5.11 and sqlite=1.5.0. I ran ‘dbt init’ and then ‘dbt compile’ the same error happened. I don’t even have the materialization_table_default macro.