Skip to content

Commit c07ee94

Browse files
committed
converting execution mode to upper to match enum in backend
1 parent 6e1bb35 commit c07ee94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hsfs/hopsworks_udf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ def to_dict(self) -> Dict[str, Any]:
764764
else None,
765765
"name": self.function_name,
766766
"featureNamePrefix": self._feature_name_prefix,
767-
"executionMode": self.execution_mode.value,
767+
"executionMode": self.execution_mode.value.upper(),
768768
}
769769

770770
def json(self) -> str:

0 commit comments

Comments
 (0)