#quickstart etl example failing, with error (dagst...
# ask-community
a
#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
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
yes, from the top-level of the project
s
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
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
You can do
dagster project list-examples
and then
dagster project from-examples
114 Views