Alter Schema

Used to change the name of a SQL-style schema, specified in input parameter schema_name.

Input Parameter Description

NameTypeDescription
schema_namestringName of the schema to be altered.
actionstring

Modification operation to be applied

Supported ValuesDescription
add_commentAdds a comment describing the schema
rename_schemaRenames a schema to input parameter value. Has the same naming restrictions as tables.
valuestringThe value of the modification, depending on input parameter action. For now the only value of input parameter action is rename_schema. In this case the value is the new name of the schema.
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
schema_namestringValue of input parameter schema_name.
infomap of string to stringsAdditional information.