v.25.11Improvement

Allow using a replicated_table as a data

YTsaurus: allow using a replicated_table as a data source. #89107 (MikhailBurdukov).
YTsaurus: Enable Replicated Tables as Data Sources

This feature allows users to use a replicated table from YTsaurus as a data source in ClickHouse.

Why it matters

Purpose:

The main motivation is to extend data integration capabilities by supporting replicated tables from YTsaurus. Previously, users could not directly query replicated tables as sources, which limited the use of YTsaurus for high-availability or distributed scenarios. With this enhancement, users can leverage replicated tables for fault-tolerant and scalable data ingestion.

How to use it

How to Use It:

Users can now specify replicated tables in YTsaurus as data sources in their queries or table definitions. No special configuration changes are required other than referencing the replicated table in the data source specification.