From c157cc2049a9fa3745e7c35549c7e86e72cf7b0d Mon Sep 17 00:00:00 2001 From: Yaron Haviv Date: Wed, 10 Jun 2020 15:57:53 +0300 Subject: [PATCH] Update workflow.py --- workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow.py b/workflow.py index 91606c5..045f19d 100644 --- a/workflow.py +++ b/workflow.py @@ -24,7 +24,7 @@ def init_functions(functions: dict, project=None, secrets=None): def kfpipeline(): - # run the ingestion function with the new image and params + # run the ingestion function with the new image and params ingest = funcs['gen-iris'].as_step( name="get-data", handler='iris_generator',