Retrieves information about a schema (or all schemas), as specified in input parameter schema_name.
Parameters
Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned.
Optional parameters. Allowed keys are:
no_error_if_not_exists – If false will return an error if the provided input parameter schema_name does not exist. If true then it will return an empty result if the provided input parameter schema_name does not exist. Allowed values are:
true
false
The default value is ‘false’.
The default value is an empty dict ( ).
Returns
A dict with the following entries–
Value of input parameter schema_name.
A list of all schema names for which information is returned.
An array of arrays containing a list of tables in each of the respective output parameter schema_names.
Additional information about the respective tables in output parameter schema_names.
Additional information.