list_unloaded_persisted_tables#

swordfish.streaming.list_unloaded_persisted_tables()#

Retrieves the names of all unloaded persisted StreamTable.

Returns:

A list of strings indicating the names of all unloaded persisted StreamTable.

Return type:

List[str]

Examples

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