Building the SLC Image

The following command builds an SLC image containing the implementation of the Exasol MLflow Plugin and all its dependencies and stores the image in the directory .slc.

poetry run nox -s slc:export

Deploying the SLC and Activating the Script Language

You can use curl and follow the instructions on docs.exasol.com for uploading the SLC to the BucketFS and activating the script language with a language alias.

However, it is much simpler to run an integration test. You can check the activated scripts in system table EXA_PARAMETERS:

SELECT * from EXA_PARAMETERS WHERE PARAMETER_NAME = 'SCRIPT_LANGUAGES';