https://dagster.io/ logo
Title
a

ashish meshram

04/21/2023, 12:11 PM
#quickstart etl example failing, with error (dagster._core.errors.DagsterInvariantViolationError: No repositories, jobs, pipelines, graphs, asset groups, or asset definitions found i) can someone replicate this issue please https://github.com/dagster-io/quickstart-etl
s

Sean Lopp

04/21/2023, 2:54 PM
Hey ashish, how are you running the quickstart? I would typically run
dagster dev
from the top-level project directory (where
setup.py
is defined).
a

ashish meshram

04/24/2023, 7:24 AM
yes, from the top-level of the project
s

Sean Lopp

04/24/2023, 3:55 PM
hmmm unfortunately I'm not able to replicate the issue. Did you change the names of any of the directories? Dagster uses this line to determine where to look for
Defintions
(in this case pointing at the quickstart_etl module) https://github.com/dagster-io/quickstart-etl/blob/main/pyproject.toml#L6 And then it finds the definitions in the quickstart_etl module due to this line: https://github.com/dagster-io/quickstart-etl/blob/main/quickstart_etl/__init__.py#L14-L16
a

ashish meshram

04/28/2023, 9:29 AM
its working now, i think the issue was with some dependecies, that i fixed. do we have any other good examples ? so that i can test multiple
s

Sean Lopp

04/28/2023, 3:23 PM
You can do
dagster project list-examples
and then
dagster project from-examples