Skip to content

Commit

Permalink
Fix pipeline name in dep_dsl pipeline
Browse files Browse the repository at this point in the history
Test Plan: unit

Reviewers: schrockn

Differential Revision: https://dagster.phacility.com/D2971
  • Loading branch information
helloworld committed May 18, 2020
1 parent bdd564d commit f00b240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dagster_examples/dep_dsl/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def define_dep_dsl_pipeline():

def define_repository():
return RepositoryDefinition(
"my_repository", pipeline_dict={'dsl_pipeline': define_dep_dsl_pipeline}
"my_repository", pipeline_dict={'some_example': define_dep_dsl_pipeline}
)

0 comments on commit f00b240

Please sign in to comment.