issues
search
exasol
/
sagemaker-extension
An Exasol extension to interact with AWS SageMaker from inside the database
MIT License
2
stars
1
forks
source link
Create Python CLI Tool to deploy the extension
#13
Closed
tkilias
closed
3 years ago
tkilias
commented
3 years ago
Background
We need a way to deploy the CREATE SCRIPT statements.
All scripts need to be created schema
Acceptance Criteria
User can provide host of the DB
User can provide credentials for the DB
User can provide a schema where the scripts get installed to
The CLI installs all necessary CREATE SCRIPT statements to run the sagemaker extension.
The CLI can print out all CREATE SCRIPT statements, such that user can copy it and run them via another SQLClient
Background
Acceptance Criteria