Drop Data Sink

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.

Input Parameter Description

Name Type Description
name string Name of the data sink to be dropped. Must be an existing data sink.
options map of string to strings

Optional parameters. The default value is an empty map ( {} ).

Supported Parameters (keys) Parameter Description
clear_table_monitors

If true, any table monitors that use this data sink will be cleared. The default value is false. The supported values are:

  • true
  • false

Output Parameter Description

Name Type Description
name string Value of input parameter name.
info map of string to strings Additional information.