https://dagster.io/ logo
m

max

07/11/2019, 10:30 PM
if you go to
dagster/python_modules/dagstermill/dagstermill/examples
and run dagit, you should be able to execute the pipelines from there
p

Pushkar

07/11/2019, 11:14 PM
Thanks for the reply. On running dagit the browser gave an error of repository.yaml not found. I create one looking similar to one on git master repo. Now on opening browser after running dagit, I get error as [GraphQL error] as_dagster_type() got an unexpected keyword argument 'typecheck_metadata_f
m

max

07/11/2019, 11:26 PM
can you paste the whole error?
and yes, i think that to explore these examples it would probably be best to check out a copy of master
ah, i think i see the issue you're facing. if you're on master, probably best to install the dagster repository using
pip install -e
p

Pushkar

07/12/2019, 11:08 AM
I cannot do a -e in pip as it gives me I don't have user permissions. While check out, makefile gives a lot of error of unable to import
Like unable to import a lot of libraries.
What i am really looking at is a basic example which I can run on dagstermill. Any help in that area will be also really helpful as of now
you can take any notebook and run it with dagstermill following the recipe there
basically, you just define a solid with
dagstermill.define_dagstermill_solid
and give it a path to the notebook
then that solid can run in any dagster pipeline
p

Pushkar

07/15/2019, 8:44 AM
Max,The link you mentioned above doesn't work
p

Pushkar

07/22/2019, 7:44 AM
Hi Max
I tried running this as well
Got this error
k_means_iris_solid = dm.define_dagstermill_solid( AttributeError: module 'dagstermill' has no attribute 'define_dagstermill_solid'
m

max

07/22/2019, 4:26 PM
hmm, do you have dagstermill 0.5.2 installed?