Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • Catalog
  • pyflink.table.catalog.Catalog.get_database

pyflink.table.catalog.Catalog.get_database#

Catalog.get_database(database_name: str) → 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.

previous

pyflink.table.catalog.Catalog.list_databases

next

pyflink.table.catalog.Catalog.database_exists

On this page
  • Catalog.get_database()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.