Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 603 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 603 Bytes

Dagster Pipes - Java protocol implementation

Development

Installation

  1. 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.

  1. Install Java 8.

To build project, use:

./gradlew build

Launching an example Dagster project

uv run dagster dev

Testing

uv run pytest