aviemzur commented on a change in pull request #5:
URL: https://github.com/apache/incubator-liminal/pull/5#discussion_r524059825
##########
File path: README.md
##########
@@ -36,52 +36,53 @@ perform), application servers, and more.
## Example YAML config file
```yaml
+---
name: MyPipeline
-owner: Bosco Albert Baracus
+volumes:
+ - volume: myvol1
+ local:
+ path: /tmp/liminal_tests
pipelines:
- pipeline: my_pipeline
+ owner: Bosco Albert Baracus
start_date: 1970-01-01
timeout_minutes: 45
schedule: 0 * 1 * *
+ default_arg_loaded: check
Review comment:
This includes some stuff from tests which I shouldn't have copied here.
I'll fix it
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]