Used to change the name of a SQL-style schema, specified in input parameter schema_name.
Parameters
Name of the schema to be altered.
Modification operation to be applied. Allowed values are:
add_comment – Adds a comment describing the schema.
rename_schema – Renames a schema to input parameter value. Has the same naming restrictions as tables.
The 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.
Optional parameters. The default value is an empty dict ( ).
Returns
A dict with the following entries–
Value of input parameter schema_name.
Additional information.