Skip to main content
drop_catalog(name=None, options=)[source]

Drops an existing catalog. Any external tables that depend on the catalog must be dropped before it can be dropped.

Parameters

name (str) –

Name of the catalog to be dropped. Must be an existing catalog.

options (dict of str to str) –

Optional parameters. The default value is an empty dict ( ).

Returns

A dict with the following entries–

name (str) –

Value of input parameter name.

info (dict of str to str) –

Additional information.