You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@liminal.apache.org by li...@apache.org on 2021/07/08 08:39:45 UTC

[incubator-liminal] branch master updated: remove undefine yaml attributes

This is an automated email from the ASF dual-hosted git repository.

lior pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git


The following commit(s) were added to refs/heads/master by this push:
     new c7f1238  remove undefine yaml attributes
c7f1238 is described below

commit c7f1238f9dfdc674d8b3a50fd525d3a0b5858578
Author: lidor ettinger <li...@gmail.com>
AuthorDate: Wed Jul 7 23:45:12 2021 +0300

    remove undefine yaml attributes
---
 examples/aws-ml-app-demo/liminal.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/examples/aws-ml-app-demo/liminal.yml b/examples/aws-ml-app-demo/liminal.yml
index 306213b..7efa083 100644
--- a/examples/aws-ml-app-demo/liminal.yml
+++ b/examples/aws-ml-app-demo/liminal.yml
@@ -31,8 +31,6 @@ pipelines:
     tasks:
       - task: train
         type: python
-        input_type: static
-        input_path: '[ { "foo": "bar" }, { "foo": "baz" } ]'
         description: train model
         image: myorg/mydatascienceapp
         cmd: python -u training.py train
@@ -44,8 +42,6 @@ pipelines:
             path: /mnt/gettingstartedvol
       - task: validate
         type: python
-        input_type: static
-        input_path: '[ { "foo": "bar" }, { "foo": "baz" } ]'
         description: validate model and deploy
         image: myorg/mydatascienceapp
         cmd: python -u training.py validate