pyflink.table.table_environment.TableEnvironment.get_catalog# TableEnvironment.get_catalog(catalog_name: str) → pyflink.table.catalog.Catalog[source]# Gets a registered Catalog by name. Parameters catalog_name – The name to look up the Catalog. Returns The requested catalog, None if there is no registered catalog with given name.