You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup:
I've installed SQLfluff on VS code so I can format my code, this is set as part of a .sqlfluff file that is un a repo. The path to the .sqlfluff has been update in VS code File > Preferences > Settings > Extensions > SQLfluff under 'Specify an additional configuration file that overrides the standard configuration files.' .
Issue:
When doing right click 'format document' on some SQl view that we know don't have the right format, nothing happen. we would expect some issues to come up under the 'PROBLEMS' tab in vs code.
We've also tried to run it in the command line with sqlfluff lint create_view_V_SALE_NR.sql --dialect snowflake and it works.
The text was updated successfully, but these errors were encountered:
{
"error": {
"code": 1,
"message": "Sqlfluff currently unavailable. Check that your project does not contain compilation errors.",
"data": {
"error": ""
}
}
}
System:
Setup:
I've installed SQLfluff on VS code so I can format my code, this is set as part of a .sqlfluff file that is un a repo. The path to the .sqlfluff has been update in VS code File > Preferences > Settings > Extensions > SQLfluff under 'Specify an additional configuration file that overrides the standard configuration files.' .
Issue:
When doing right click 'format document' on some SQl view that we know don't have the right format, nothing happen. we would expect some issues to come up under the 'PROBLEMS' tab in vs code.
We've also tried to run it in the command line with
sqlfluff lint create_view_V_SALE_NR.sql --dialect snowflake
and it works.The text was updated successfully, but these errors were encountered: