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
  • PyFlink DataStream
  • PyFlink DataFrame
    • DataFrame
    • DataFrame Creation
    • Input/Output
    • SQL
    • DataType
    • User Defined Functions
    • Configuration
    • GPU Support
    • AI / LLM
  • PyFlink Common
  • API Reference
  • PyFlink DataFrame
  • Configuration
  • pyflink.dataframe.context.DataFrameConfig.get

pyflink.dataframe.context.DataFrameConfig.get#

DataFrameConfig.get(key: str, default: str | None = None) → str | None[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.context.set_table_environment

On this page
  • DataFrameConfig.get()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.