The accompanying project to the webinar Dagster Deep Dives: Enable Data Mesh.
- Install the dependencies:
pip install -e ".[dev]"- Run Dagster by using the
workspace.yamlfile. This lets you manage running multiple code locations at once. For more information, see the Dagster documentation. To use theworkspace.yamlfile, run the following command:
dagster dev -w workspace.yaml- Open the Dagster UI by navigating to http://localhost:3000.