I have a problem when run a DBT project. Some of my SQL commands are longer then the limit (80). So I have got the following error info:
I have tried to change the limit in dbt_project.yml and .sqlfluff. But none of the worked.
How to fix this problem and change the length limit?