Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataFrame
    • DataFrame
    • DataFrame Creation
    • Input/Output
    • SQL
    • Data Types
    • User Defined Functions
    • Configuration
    • Catalog
    • GPU Support
    • AI / LLM
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.dataframe.use_catalog#

use_catalog(name: str) → None[source]#

Set the current catalog for DataFrame operations.

Parameters

name – Catalog name.

Example:

>>> import pyflink.dataframe as pf
>>> pf.use_catalog("my_fluss")
>>> pf.get_current_catalog()
'my_fluss'

previous

pyflink.dataframe.create_catalog

next

pyflink.dataframe.get_current_catalog

Show Source

Created using Sphinx 4.5.0.