Run Feng Cao
05/09/2023, 7:53 AMGuy McCombe
05/09/2023, 8:17 AMdagster dev -f my_file.py
?Run Feng Cao
05/09/2023, 8:28 AMGuy McCombe
05/09/2023, 8:40 AMDefintions
imported, do you get the same issue when using the Definitions
method of defining the code location?David Weber
05/09/2023, 9:16 AMrepository
, but you should rather switch to Definitions
if you are using a newer Dagster Version: https://docs.dagster.io/concepts/code-locations
I see you import Definitions
, but don't use it. It would be needed for Dagster to know about your jobs, assets etc.Guy McCombe
05/09/2023, 9:31 AMDefinitions
are the preferred way to define code locationssean
05/09/2023, 12:36 PMdagster dev -f my_file.py
, where my_file.py
is the code you posted
• As others are saying, please try with Definitions
.Run Feng Cao
05/10/2023, 9:00 AM