https://dagster.io/ logo
#announcements
Title
# announcements
j

Jay Sen

07/10/2019, 8:32 PM
btw, I am facing some issue running the hello world example, which channel would be right to report that ?
n

nate

07/10/2019, 8:34 PM
happy to help here, what’s the issue?
j

Jay Sen

07/10/2019, 8:34 PM
Thanks,
so right after installing the dagster and dagit, while runnng the hello world example using dagit, it throws following error on console and also on UI
Copy code
An error occurred while resolving field Query.pipelinesOrError
Traceback (most recent call last):
<stacktrace>
dagster.check.CheckError: Must be callable. Got <dagster.core.definitions.pipeline.PipelineDefinition object at 0x10d51b748>. Description: Value in pipeline_dict must be function
n

nate

07/10/2019, 8:39 PM
hmm I think I might know what’s going on, give me a sec
you’re running this https://dagster.readthedocs.io/en/0.5.1/sections/learn/tutorial/hello_world.html with
dagit -f hello_world.py -n hello_world_pipeline
?
a

alex

07/10/2019, 8:48 PM
good catch - fixed here https://dagster.phacility.com/D579
j

Jay Sen

07/10/2019, 8:53 PM
cool, it works, Thanks !
p

Pushkar

07/11/2019, 6:53 PM
Thanks.This change in code worked for me as well. Please update it on pip. Will be confusing to new users! Otherwise Best of luck Team.. The tool looks good.