I'm looking for SQL linters in two different contexts within Databricks GUI:
- SQL queries in Databricks SQL Editor (GUI) - Is there a built-in linter for writing SQL queries in the Databricks SQL workspace? 
- %sql magic cells in Databricks notebooks (GUI) - Is there a linter that checks SQL syntax/quality within %sql cells in notebooks accessed through the Databricks GUI? 
- CLI usage - If SQL linting capabilities exist for either of the above, is there a way to use them via Databricks CLI (for CI/CD pipelines, for example)? 
I've already found that Databricks uses gethue/sql-formatter for SQL formatting in both contexts, but I haven't been able to find any information about corresponding linters. I've searched through the documentation and community forums without success.
Does Databricks provide built-in SQL linting capabilities in either of these environments? I would prefer to use an official Databricks-recommended approach if one exists. If not, are there any officially endorsed or commonly recommended third-party tools that integrate well with Databricks for SQL linting?
Any guidance would be appreciated!