-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
te_init.ipynb: Can't deploy without having CREATE SCHEMA privileges #222
Labels
bug
Unwanted / harmful behavior
Comments
hm, I thought we had fixed that, I will have a look |
Same is then probably true for sageamaker |
The warning is intended. If we want to disable the warning, then it is a feature. If it actually fails, it is a bug. |
@tkilias it fails. The UDFs are not getting deployed in the database |
6 tasks
@ahsimb , please retest next Kehrwoche. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The schema exists, but the user doesn't have the privileges to create a schema:
`
WARNING:exasol_transformers_extension.deployment.scripts_deployer:Could not create schema EXASOL_TB. Got error:
(
message => insufficient privileges for creating schema (Session: 1791518209485701122)
dsn =>
user => EXASOL_TB
schema =>
session_id => 1791518209485701122
code => 42500
query => CREATE SCHEMA IF NOT EXISTS EXASOL_TB
)
ExaQueryError Traceback (most recent call last)
Cell In[3], line 3
1 from exasol.nb_connector.transformers_extension_wrapper import initialize_te_extension
----> 3 initialize_te_extension(ai_lab_config)`
The text was updated successfully, but these errors were encountered: