list_shared_tables#

swordfish.streaming.list_shared_tables()#

Retrieves the names of all shared StreamTables.

Returns:

A list of strings indicating the names of all shared StreamTables.

Return type:

List[str]

Examples

>>> import swordfish as sf
>>> sf.streaming.list_shared_tables()