pyflink.table.table_environment.StreamTableEnvironment.unload_module#
- StreamTableEnvironment.unload_module(module_name: str)#
Unloads a
Module
with given name. ValidationException is thrown when there is no module with the given name.- Parameters
module_name – Name of the
Module
.
New in version 1.12.0.