-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DBT support #331
Comments
What sqlfluff config do you use? |
My apologise, what do you mean by what config I am using? |
Do you have a .sqlfluff file? |
Yes, the .sqlfluff looks like this:
|
Hey @ikhudur, unfortunately sqruff doesn't support dbt. Definitely might be worth checking out what we are building over at https://github.com/quarylabs/quary 😊 We're happy to consider adding dbt support in the future - feel free to reach out if you want to contribute. |
@louisjoecodes It's a must have I think :) |
ah, just ran into this too - yeah +1 for dbt support! |
https://x.com/BenFKing/status/1821546414763327796 We're trying to find a way that is fair and just. |
+1! |
It works perfectly fine with dbt but for the {{. I can't find a way to avoid adding a space between the brackets without just disabling the rule. |
Hello,
I have just installed sqruff by following the README.md file https://github.com/quarylabs/sqruff/blob/c2850ab65f350932612a1cd5c5d89d255f3da81f/README.md#linux
When I run sqruff lint I get the following error:
thread 'main' panicked at crates/lib/src/core/config.rs:471:25:
not implemented
note: run with 'RUST_BACKTRACE=1' environment variable to display a backtrace
Could you please help me with this?
More info:
I use WSL2
I do not have Rust installed
Best regards,
Ivan
The text was updated successfully, but these errors were encountered: