exists#

swordfish.streaming.exists(name)#

Checks if a StreamTable with the specified name exists.

Parameters:

name (str) – The name of the StreamTable to check.

Returns:

True if the StreamTable exists, False otherwise.

Return type:

bool

Examples

>>> import swordfish as sf
>>> sf.streaming.exists('table_name')