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.set

pyflink.dataframe.context.DataFrameConfig.set#

DataFrameConfig.set(key: str, value: str) → DataFrameConfig[source]#

Set a configuration key-value pair.

Parameters:
  • key – The configuration key.

  • value – The configuration value.

Returns:

self, for chaining.

previous

pyflink.dataframe.context.DataFrameConfig

next

pyflink.dataframe.context.DataFrameConfig.get

On this page
  • DataFrameConfig.set()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.