pyflink.table.table_environment.TableEnvironment.register_catalog#
- TableEnvironment.register_catalog(catalog_name: str, catalog: pyflink.table.catalog.Catalog)[source]#
Registers a
Catalogunder a unique name. All tables registered in theCatalogcan be accessed.- Parameters
catalog_name – The name under which the catalog will be registered.
catalog – The catalog to register.