This project is adapted from the official Dagster tutorial.
tutorial/ is a Python module that contains our Dagster project. It needs to be installed in our Python environment.pyproject.toml and setup.py define how to install the tutorial/ Dagster project.tutorial/assets.py defines the data assets to compute and materialize.tutorial/__init__.py register the data assets, jobs, and resources for the orchestrator.tutorial/resources/ contains informations to connect to external resources and API.pip install -e .
dagster dev