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
  • TableEnvironment
  • pyflink.table.table_environment.StreamTableEnvironment.register_catalog

pyflink.table.table_environment.StreamTableEnvironment.register_catalog#

StreamTableEnvironment.register_catalog(catalog_name: str, catalog: Catalog)#

Registers a Catalog under a unique name. All tables registered in the Catalog can be accessed.

Parameters:
  • catalog_name – The name under which the catalog will be registered.

  • catalog – The catalog to register.

previous

pyflink.table.table_environment.StreamTableEnvironment.load_module

next

pyflink.table.table_environment.StreamTableEnvironment.register_function

On this page
  • StreamTableEnvironment.register_catalog()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.