- Install the Python (Dagster) environment:
uv sync
This will automatically create a virtual environment in .venv
and install all the Python dependencies.
To use the environment, either activate it manually with source ./.venv/bin/activate
, or use uv run
to execute commands in the context of this environment.
- Install Java 8.
To build project, use:
./gradlew build
uv run dagster dev
uv run pytest