Skip to content

Instantly share code, notes, and snippets.

@schrockn
Last active October 7, 2019 20:59
Show Gist options
  • Save schrockn/87fc8a328ec1fcf2635d057287e4a28d to your computer and use it in GitHub Desktop.
Save schrockn/87fc8a328ec1fcf2635d057287e4a28d to your computer and use it in GitHub Desktop.
from dagster import solid, pipeline, RepositoryDefinition
# pipeline from above
def define_hello_world_repo():
return RepositoryDefinition(
name='hello_world_repo',
pipeline_defs=[hello_world_pipeline]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment