Installation
With uv
Snowflake support
For Snowflake connectivity, install the optional extras:
uv add quack-diff[snowflake]
Development
# Clone the repository
git clone https://github.com/matteorenoldi/quack-diff.git
cd quack-diff
# Install with dev dependencies
uv sync
# Install pre-commit hooks
uv run prek install
# Run tests
uv run pytest
# Lint
uv run ruff check .