SQLMesh is licensed under Apache 2.0. We encourage community contribution and would love for you to get involved.
- Docker
- Docker Compose V2
- OpenJDK >= 11
Install dev dependencies:
make install-devRun linters and formatters:
make styleRun tests:
make testRun docs server:
make docs-serveRun ide:
make ui-up(Optional) Use pre-commit to automatically run linters/formatters:
make install-pre-commit