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',