Skip to content

EricXRen/dagster_play

Repository files navigation

dagster_play

Executing Pipelines

From the command line, use the Dagster CLI

From the directory of the pipeline file, just run:

dagster pipeline execute -f xxx.py

From Python, use Dagster’s Python API, for example:

    result = execute_pipeline(hello_cereal_pipeline)

From a GUI, use the Dagit tool to visualize the pipeline

From the directory of pipeline file, just run:

dagit -f xxx.py

Or run the pipeline reops by just:

digit

dagster-daemon run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages