exasol / sagemaker-extension

An Exasol extension to interact with AWS SageMaker from inside the database
MIT License
3 stars 1 forks source link

Make scripts deployer accepting a pyexasol connection #99

Closed ahsimb closed 9 months ago

ahsimb commented 9 months ago

At the moment the scripts deployer creates the database connection internally. To execute the script deployment SQL, the language container must be activated. The only way to get it working is to activate it at the system level. This will not always be possible.

This ticket aims to make the script deployment API similar to that of the Transformers Extension. There we can pass a pyexasol connection object. Prior to that we can activate the language container at the session level using this connection.