pyflink.dataframe.context.DataFrameConfig.set#
- DataFrameConfig.set(key: str, value: str) pyflink.dataframe.context.DataFrameConfig[source]#
Set a configuration key-value pair.
- Parameters
key – The configuration key.
value – The configuration value.
- Returns
self, for chaining.