Error:
Running with dbt=0.19.2
Encountered an error:
Compilation Error in model SUMMARY (models/test/SUMMARY.sql)
at path ['tags']: [None] is not valid under any of the given schemas
Description:
I have upgraded the dbt version from 0.14.3 to 0.19.2 and when I tried to execute the job it is giving above error message. I have made changes in dbt_project.yml file by including the below lines
- version: '1.0'
- config-version: 2
Error:
Running with dbt=0.19.2
Encountered an error:
Compilation Error in model SUMMARY (models/test/SUMMARY.sql)
at path ['tags']: [None] is not valid under any of the given schemas
Description:
I have upgraded the dbt version from 0.14.3 to 0.19.2 and when I tried to execute the job it is giving above error message. I have made changes in dbt_project.yml file by including the below lines