Skip to content

Commit

Permalink
try to fix yaml in the data pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Jun 29, 2020
1 parent 4947da3 commit f11b080
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/docs/start/data-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ The command options used above mean the following:
that stage can depend on field values from a parameters file (`params.yaml` by
default):

```yaml
prepare:
split: 0.20
seed: 20170428
```
```yaml
prepare:
split: 0.20
seed: 20170428
```
- `-d src/prepare.py` and `-d data/data.xml` mean that the stage depends on
these files to work. Notice that the source code itself is marked as a
Expand Down

0 comments on commit f11b080

Please sign in to comment.