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

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

Parameters

name (str) –

Name of the data source to be dropped. Must be an existing data source.

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.