The problem I’m having
13:10:03 Running with dbt=1.3.7
13:10:03 Partial parse save file not found. Starting full parse.
13:10:05 Encountered an error:
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
While trying to run dbt model or any dbt command facing [materialization_table_default macro compilation error stating to remove .SQL files under macros butI don’t see any files under macros except .gitkeep
What I’ve already tried
dbt clean
dbt compile
Some example code or error messages
dbt run --models my_first_dbt_model