Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2021 01:12 PM
Is it somehow possible to create an SQL external function using Python code?
the examples only show how to use JARs
something like:
CREATE TEMPORARY FUNCTION simple_temp_udf AS 'SimpleUdf' USING FILE '/tmp/SimpleUdf.py';
Labels:
- Labels:
-
Python
-
Python Code
-
SQL