From a29e4a573aaaf4395068a61b74f3cc4adb81c97a Mon Sep 17 00:00:00 2001 From: james-tn Date: Thu, 6 Oct 2022 13:49:15 -0700 Subject: [PATCH] fix reuse problem --- src/workshop/core/pipelines/batch_scoring_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workshop/core/pipelines/batch_scoring_pipeline.yml b/src/workshop/core/pipelines/batch_scoring_pipeline.yml index d700da8c..f1464887 100644 --- a/src/workshop/core/pipelines/batch_scoring_pipeline.yml +++ b/src/workshop/core/pipelines/batch_scoring_pipeline.yml @@ -7,7 +7,7 @@ settings: jobs: data_engineering: type: command - component: ./components/data_engineering_comp.yml + component: ./data_engineering_comp.yml inputs: input_folder: type: uri_folder