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

Drops an existing data sink.

By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.

Parameters

name (str) –

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

options (dict of str to str) –

Optional parameters. Allowed keys are:

  • clear_table_monitors – If true, any table monitors that use this data sink will be cleared. Allowed values are:

    • true

    • false

    The default value is ‘false’.

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.