pyflink.table.table_environment.StreamTableEnvironment.use_modules#
- StreamTableEnvironment.use_modules(*module_names: str)#
Use an array of
Module
with given names. ValidationException is thrown when there is duplicate name or no module with the given name.- Parameters
module_names – Names of the modules to be used.
New in version 1.13.0.