achintamiri
09/06/2019, 10:56 AMnotebook_solid = dm.define_dagstermill_solid(
name='hello_world1',
notebook_path='hello_world1.ipynb')
def notebook_pipeline():
return PipelineDefinition(name='pipeline', solid_defs=[notebook_solid])
schrockn
09/06/2019, 11:42 AMachintamiri
09/06/2019, 2:07 PMdagit-cli -f sample1.py -n notebook_pipeline
As I am a windows userschrockn
09/06/2019, 2:35 PMachintamiri
09/06/2019, 2:37 PMmax
09/06/2019, 11:36 PMmaster
.achintamiri
09/09/2019, 10:36 AMmax
09/09/2019, 4:08 PMgit clone git@github.com:dagster-io/dagster.git
and then use pip install
.achintamiri
09/10/2019, 10:06 AMdagit-cli -f filename.py -n pipeline
doesn#t workmax
09/10/2019, 3:46 PMachintamiri
09/11/2019, 10:06 AM