You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Code: 0, SQL State: 43000] "attempt to index a nil value (field 'integer index')" caught in script "IDA"."SME_DEPLOY_SAGEMAKER_AUTOPILOT_ENDPOINT" at line 402 (Session: 1775016774761775104)
This error is caused by something which is nil, but shouldn't be nil, we should check this before we're accessing and throw proper error messages.
It is likely, that the following line caused the error
Background
We got at some point the following error message
This error is caused by something which is nil, but shouldn't be nil, we should check this before we're accessing and throw proper error messages.
It is likely, that the following line caused the error
sagemaker-extension/exasol_sagemaker_extension/resources/lua/outputs/create_statement_autopilot_endpoint_deployment_lua_script.sql
Line 403 in 3b93869
The text was updated successfully, but these errors were encountered: