This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
commit 44d9c3d3f229f65d3c792db7013fbcdaddf4c7b0 Author: aviemzur <[email protected]> AuthorDate: Mon Mar 23 10:45:38 2020 +0200 Update README fix task description --- README.md | 8 ++++++-- tests/runners/airflow/rainbow/rainbow.yml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e46f34..467edf2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ pipelines: cmd: python -u helloworld.py - task: my_task_output_input_task type: python - description: parallelized static input task + description: task with input from other task's output image: my_task_output_input_task_image source: helloworld env_vars: @@ -77,7 +77,11 @@ services: ``` ## Example repository structure -[Example repository structure](https://github.com/Natural-Intelligence/rainbow/tree/master/tests/runners/airflow/rainbow]) + +[Example repository structure]( +https://github.com/Natural-Intelligence/rainbow/tree/master/tests/runners/airflow/rainbow] +) + # Installation TODO: installation. diff --git a/tests/runners/airflow/rainbow/rainbow.yml b/tests/runners/airflow/rainbow/rainbow.yml index 66e3dec..05c0a09 100644 --- a/tests/runners/airflow/rainbow/rainbow.yml +++ b/tests/runners/airflow/rainbow/rainbow.yml @@ -53,7 +53,7 @@ pipelines: cmd: python -u helloworld.py - task: my_task_output_input_task type: python - description: parallelized static input task + description: task with input from other task's output image: my_task_output_input_task_image source: helloworld env_vars:
