pyflink.table.table_environment.TableEnvironment.unload_module# TableEnvironment.unload_module(module_name: str)[source]# 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.