Skip to content

Commit 6b0f762

Browse files
author
kgued
committed
I want my name properties back
1 parent 194035d commit 6b0f762

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
@@ -16,6 +16,10 @@ def __init__(self, client, project_key, recipe_name):
1616
self.project_key = project_key
1717
self.recipe_name = recipe_name
1818

19+
@property
20+
def name(self):
21+
return self.recipe_name
22+
1923
def compute_schema_updates(self):
2024
"""
2125
Computes which updates are required to the outputs of this recipe.

0 commit comments

Comments
 (0)