materialization_table_default macro occurs

The problem I’m having

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

1 Like

Try cleaning your project and compile it again

dbt clean
dbt compile

Tentei esta solução, mas o erro ainda persiste. Sabe de algo que eu poderia tentar?

I had the same problem . I did that but still no results