From 2005bd19666bfe30928792812921052bf07dc3f8 Mon Sep 17 00:00:00 2001 From: Samhita Alla Date: Sat, 4 Sep 2021 17:49:19 +0530 Subject: [PATCH] Modify sqlite reference task names (#388) Signed-off-by: Samhita Alla --- .../sqlite_datacleaning/datacleaning_workflow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/case_studies/feature_engineering/sqlite_datacleaning/datacleaning_workflow.py b/cookbook/case_studies/feature_engineering/sqlite_datacleaning/datacleaning_workflow.py index aa23edc0c5..8d5625ebf2 100644 --- a/cookbook/case_studies/feature_engineering/sqlite_datacleaning/datacleaning_workflow.py +++ b/cookbook/case_studies/feature_engineering/sqlite_datacleaning/datacleaning_workflow.py @@ -43,7 +43,7 @@ @reference_task( project="flytesnacks", domain="development", - name="sqlite_datacleaning.tasks.mean_median_imputer", + name="sqlite_datacleaning.datacleaning_tasks.mean_median_imputer", version="{{ registration.version }}", ) def mean_median_imputer( @@ -56,7 +56,7 @@ def mean_median_imputer( @reference_task( project="flytesnacks", domain="development", - name="sqlite_datacleaning.tasks.univariate_selection", + name="sqlite_datacleaning.datacleaning_tasks.univariate_selection", version="{{ registration.version }}", ) def univariate_selection(