Robert Ostermann
Robert Ostermann
@FrankTub Does the extension work when you have `"editor.formatOnSave": false`? Setting that to `true` while also having `"sqlfluff.experimental.format.executeInTerminal": true` causes weird behavior and I haven't been able to find a...
@FrankTub Unfortunately that is currently the only way for the extension to work with DBT at the moment. I will take another look and see if I can improve the...
oof thats unfortunate. Checking the SQLFluff output channel is usually the easiest place to see why something is failing. As for `SQLFluff Debug` not showing anymore, that is a mistake...
Hmm, I haven't seen that error before. Your setup looks fine to me on first glance. What sqlfluff (command line) version are you using? What happens when you run `sqlfluff...
I think it would be possible to get the extension to work on all projects, but I have not tested this before so I am not sure. Your best bet...
@ggmblr I think this error occurs whenever the program is unable to find the sqlfluff executable. Though I also would not have expected that file path to be going up...
@ggmblr Looking at it again I don't think it is an issue with your executable path. I think it was an issue with the variables not working correctly in the...
Ok, I am about out of ideas. One last thing you could try would be removing the `sqlfluff.workingDirectory` configuration from the last setup I gave you and hope that SQLFluff...
1. The command is being run from the workspace folder if the working directory is not set. 2. You can use the `sqlfluff.env.environmentVariables` setting to add environment variables when the...
Do you get that same error when running sqlfluff from the command line? If so, you should create an issue in the main sqlfluff repo. I only handle issues with...