Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.table_environment.TableEnvironment.register_catalog#

TableEnvironment.register_catalog(catalog_name: str, catalog: pyflink.table.catalog.Catalog)[source]#

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.TableEnvironment.load_module

next

pyflink.table.table_environment.TableEnvironment.register_function

Show Source

Created using Sphinx 4.5.0.