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.