We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1041074 commit c82f5deCopy full SHA for c82f5de
dataikuapi/dss/recipe.py
@@ -1023,6 +1023,12 @@ class JoinRecipeCreator(VirtualInputsSingleOutputRecipeCreator):
1023
def __init__(self, name, project):
1024
VirtualInputsSingleOutputRecipeCreator.__init__(self, 'join', name, project)
1025
1026
+class FuzzyJoinRecipeCreator(VirtualInputsSingleOutputRecipeCreator):
1027
+ """
1028
+ Create a FuzzyJoin recipe
1029
1030
+ def __init__(self, name, project):
1031
+ VirtualInputsSingleOutputRecipeCreator.__init__(self, 'fuzzyjoin', name, project)
1032
1033
class StackRecipeSettings(DSSRecipeSettings):
1034
"""
0 commit comments