v.22.8New Feature

Add settings customization for executable() table function

Add ability to specify settings for an executable() table function. #39681 (Constantine Peresypkin).
Added the ability to specify settings for the executable() table function in ClickHouse.

Why it matters

This feature allows users to customize the execution environment of the executable() table function by specifying settings, improving control and flexibility of external executable integration.

How to use it

When using the executable() table function, users can now provide additional settings by including them as arguments or configuration parameters within the function call to control its behavior and environment.