youtube image
From YouTube: Dagster Shorts: Setting up multiple and single Code Locations in Dagster

Description

Dagster Code locations are a collection of Dagster code and accessible by Dagster's tools, such as the CLI, Dagit, and Dagster Cloud.
A code location can be comprised of:
- A single python file
- A collection of python files

In this short tutorial, Odette Harary walks us through how to define both a single code location and multiple code locations using both the `workspace.yaml` file and `dagster_cloud.yaml` file for Dagster Open Source and Dagster cloud, respectively.