v.23.2Improvement

Hide Password in Logs for Named Collection Arguments in Table Functions

Hide password in logs when a table function's arguments are specified with a named collection. #45774 (Vitaly Baranov).
Hide passwords in logs when table function arguments are specified using named collections.

Why it matters

This feature improves security by preventing sensitive information such as passwords from being exposed in query logs when users provide table function arguments as named collections.

How to use it

When using table functions with arguments passed as named collections, the system will automatically mask any passwords in the logs without requiring additional configuration.