Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 664 Bytes

Dagster with Data Mesh

The accompanying project to the webinar Dagster Deep Dives: Enable Data Mesh.

Getting Started

  1. Install the dependencies:
pip install -e ".[dev]"
  1. Run Dagster by using the workspace.yaml file. This lets you manage running multiple code locations at once. For more information, see the Dagster documentation. To use the workspace.yaml file, run the following command:
dagster dev -w workspace.yaml
  1. Open the Dagster UI by navigating to http://localhost:3000.