v.1.1.54362New Feature

Support for loading object_id in MongoDB dictionaries

Support for loading object_id as an attribute in MongoDB dictionaries (Pavel Litvinenko).
Added support for loading object_id as an attribute in MongoDB dictionaries in ClickHouse.

Why it matters

This feature enables users to directly utilize MongoDB's object_id fields within ClickHouse dictionaries, allowing for more accurate and efficient integration of MongoDB data by preserving native identifier types.

How to use it

When defining a MongoDB dictionary in ClickHouse, specify the object_id field as an attribute in the dictionary's structure to load and use these identifiers directly.