v.22.2Improvement

Allow Skipping 404 URLs for Globs in URL Storage/Table Function

Allow to skip not found (404) URLs for globs when using URL storage / table function. Also closes #34359. #34392 (Kseniia Sumarokova).
Added the ability to skip 404 (not found) errors for URLs matching globs when using URL storage or the URL table function.

Why it matters

This feature addresses the problem of handling missing URLs in URL storage or URL table functions by allowing queries to ignore URLs that return 404 errors instead of failing. It improves robustness and user experience when working with dynamic or incomplete URL datasets.

How to use it

Users can enable this behavior by configuring the URL storage or the URL table function to skip not found URLs when specifying URL globs. This avoids query errors caused by missing URLs without additional error handling.