pyflink.table.catalog.Catalog.get_database#
- Catalog.get_database(database_name: str) pyflink.table.catalog.CatalogDatabase [source]#
Get a database from this catalog.
- Parameters
database_name – Name of the database.
- Returns
The requested database
CatalogDatabase
.- Raise
CatalogException in case of any runtime exception. DatabaseNotExistException if the database does not exist.