Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[daggy-u] bump project_dagster_university_start to 1.6.* (#19566)
## Summary & Motivation Dagster University training material is in the process of being updated to v1.6.* -- to prepare for that, the start project needs to be on this version. ## How I Tested These Changes Ran the project locally, and confirmed no errors were present: ```bash pip install -e ".[dev]" ``` Duplicate the `.env.example` file and rename it to `.env`. Then, start the Dagster UI web server: ```bash dagster dev ```
- Loading branch information