pyflink.table.table_environment.TableEnvironment.list_temporary_models#
- TableEnvironment.list_temporary_models() List[str][source]#
Gets the names of all temporary models available in the current namespace (the current database of the current catalog).
- Returns:
A list of the names of all registered temporary models in the current database of the current catalog.
Added in version 2.1.0.