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.get_current_catalog#

get_current_catalog() → str[source]#

Get the current catalog used by DataFrame operations.

Returns

The current catalog name.

Example:

>>> import pyflink.dataframe as pf
>>> pf.get_current_catalog()
'default_catalog'

previous

pyflink.dataframe.use_catalog

next

pyflink.dataframe.list_catalogs

Show Source

Created using Sphinx 4.5.0.