Robert Ostermann
Robert Ostermann
Are you using the DBT templater? If so try changing `sqlfluff.experimental.format.executeInTerminal` to **True**
Does the formatting/linting work after changing that setting? If so I would recommend setting the "sqlfluff.suppressNotifications" to true. Sometime the extension shows extra errors that really don't matter. You can...
In the output channels there should be a SQLFluff channel. Can you go to that channel then run the format command. The output channel should show you the exact command...
@slve Are you also using a dbt templater? I don't think the dbt templater allow for linting using `stdin`. Can you try changing the setting `"sqlfluff.linter.run"` to `"onSave"` and let...
@Luttik I am not able to change this to allow it to run onType, you would have to create an issue with the actual SQLFluff repo for that I think....
> Hi Robert, That might be a good suggestion... > > I think that stability is key though for an IDE plugin. So if it is necessary, it might be...
@dschneiderch Do you have any extension specific settings? I'm not quite sure why it wouldn't be picking up your config file, but sometimes the easiest solution is just to manually...
Using the `sqlfluff.config` does not allow for multiple configuration files to be used at once. That simply allows you to choose a single configuration file. If you only need 1...
Hm ok, probably best not to use that setting for now then. Are you able to get everything working just using the config setting? Or do you need to use...
I think adding that quick fix option for all violations would be a good idea. Leave it up to the user if they want to noqa everything. I don't think...