https://dagster.io/ logo
e

Eric Bellet

10/02/2020, 9:42 PM
Hi guys, I am discovering Dagster and I am excited about it, nice work! I am looking the doc https://docs.dagster.io/tutorial/basics_pipelines and the last lines of codes are incomplete, hopefully than can help you
Copy code
assert result.success


def test_complex_pipeline():
    res = execute_pipeline(complex_pipeline)
    assert res.success
    assert len(res.solid_result_list) == 4
    for solid_res in res.solid_result_list:
s

sashank

10/02/2020, 9:44 PM
cc @chris
c

chris

10/02/2020, 9:44 PM
on it