Skip to content

Commit

Permalink
Modify sqlite reference task names (flyteorg#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Sep 4, 2021
1 parent 777bd76 commit 2005bd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand Down

0 comments on commit 2005bd1

Please sign in to comment.