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.context.DataFrameConfig.get#

DataFrameConfig.get(key: str, default: Optional[str] = None) → Optional[str][source]#

Get a configuration value.

If a TableEnvironment is set, reads from its config. Otherwise, reads from the local buffer.

Parameters
  • key – The configuration key.

  • default – Default value if key is not found.

Returns

The configuration value, or default.

previous

pyflink.dataframe.context.DataFrameConfig.set

next

pyflink.dataframe.set_table_environment

Show Source

Created using Sphinx 4.5.0.