btw, I am facing some issue running the hello worl...
# announcements
j
btw, I am facing some issue running the hello world example, which channel would be right to report that ?
n
happy to help here, what’s the issue?
j
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
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
good catch - fixed here https://dagster.phacility.com/D579
j
cool, it works, Thanks !
p
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.