drop#
- swordfish.streaming.drop(name, force=False)#
Drops the StreamTable with the specified name.
- Parameters:
name (str) – The name of the StreamTable to drop.
force (bool, optional) – If True, forces the table to be dropped. Defaults to False.
Examples
>>> import swordfish as sf >>> sf.streaming.drop('table_name', force=False)