Skip to content

Commit

Permalink
feat(pipeline): add __test__.yaml configuration for testing pipeline
Browse files Browse the repository at this point in the history
refactor(pipeline): remove unused properties from __init__.yaml configuration
  • Loading branch information
entelecheia committed Jun 26, 2023
1 parent 0d0f78d commit 01a1957
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
10 changes: 1 addition & 9 deletions src/hyfi/conf/pipeline/__init__.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
defaults:
- /pipe@pipe1:
- __instance__
- /pipe@pipe2:
- __lambda__
uses:
name:
desc:
run:
with:
env:
steps:
14 changes: 14 additions & 0 deletions src/hyfi/conf/pipeline/__test__.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
defaults:
- __init__
- /pipe@pipe1:
- load_dataframes

steps:
- uses: pipe1
run:
with:
path: .cache
env:
key: value
key2: value2
- pipe2

0 comments on commit 01a1957

Please sign in to comment.