Details for Programming Languages

Exasol currently supports the following programming languages for UDFs:

Python 2 has reached end of life and is no longer supported in Exasol. We recommend that you use Python 3 in all UDFs.

Environment Variables

You can set environment variables for the script execution using the syntax %env <variable>=<value>. One use case for this would be to set the path to libraries that are stored in BucketFS. For example:

%env MY_LIBRARY_PATH=/buckets/bfsdefault/my_libs/my_lib