sqlfluff
Package — Data EngineeringPython 3.7+Advanced
SQL linter and auto-formatter for data teams
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- click, colorama, diff-quality, Jinja2, PyYAML, regex, tblib, tqdm, chardet, appdirs, pathspec, toml
- Install
pip install sqlfluff
Learn by Difficulty
Quick Example
python
# Install: pip install sqlfluff import sqlfluff # Basic sqlfluff usage print(f"Using sqlfluff") # See documentation for detailed examples
sqlfluff is a third-party package. SQL linter and auto-formatter for data teams. Install with: pip install sqlfluff
Try in PlaygroundTags
packagedata-engineeringetlpipeline