Skip to content

Commit d01ce63

Browse files
committed
added sort recipe creator
1 parent 98b39a8 commit d01ce63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dataikuapi/dss/recipe.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ class SyncRecipeCreator(SingleOutputRecipeCreator):
218218
def __init__(self, name, project):
219219
SingleOutputRecipeCreator.__init__(self, 'sync', name, project)
220220

221+
class SortRecipeCreator(SingleOutputRecipeCreator):
222+
def __init__(self, name, project):
223+
SingleOutputRecipeCreator.__init__(self, 'sort', name, project)
224+
221225
class GroupingRecipeCreator(SingleOutputRecipeCreator):
222226
def __init__(self, name, project):
223227
SingleOutputRecipeCreator.__init__(self, 'grouping', name, project)

0 commit comments

Comments
 (0)