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.