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 639c0a5 commit 526ab6eCopy full SHA for 526ab6e
bigframes/blob/_functions.py
@@ -85,7 +85,7 @@ def _create_udf(self):
85
self._session._anon_dataset_manager.generate_unique_resource_id()
86
)
87
88
- func_body = inspect.getsource(self._func)
+ func_body = "import typing\n" + inspect.getsource(self._func)
89
func_name = self._func.__name__
90
packages = str(list(self._requirements))
91
0 commit comments