pyflink.dataframe.get_catalog# get_catalog(name: str) → Optional[Catalog][source]# Get a catalog from the DataFrame default TableEnvironment. Parameters name – Catalog name. Returns The registered catalog, or None if the catalog does not exist. Example: >>> import pyflink.dataframe as pf >>> pf.get_catalog("my_fluss")