sqlfluff — Easy Playground
SQL linter and auto-formatter for data teams
Getting started with sqlfluffRun locally
Install
pip install sqlfluffPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: sqlfluff)
sqlfluff is a third-party package. SQL linter and auto-formatter for data teams. Install with: pip install sqlfluff
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?