Skip to content

Commit

Permalink
Merge pull request #56 from OSOceanAcoustics/stageDependency
Browse files Browse the repository at this point in the history
Stage Dependency
  • Loading branch information
Sohambutala authored Apr 29, 2024
2 parents 10dcbc8 + 5931ae7 commit f7efdc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions echoflow/models/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Stage(BaseModel):
external_params: Optional[Dict[str, Any]] = None
options: Optional[Dict[str, Any]] = None
prefect_config: Optional[Dict[str, Any]] = None
dependson: Optional[Dict[str, Any]] = None

class Pipeline(BaseModel):
"""
Expand Down

0 comments on commit f7efdc2

Please sign in to comment.