Skip to main content
The YTsaurus table engine allows you to import data from a YTsaurus cluster.

Creating a table

This is an experimental feature that may change in backwards-incompatible ways in future releases. Enable usage of the YTsaurus table engine using setting allow_experimental_ytsaurus_table_engine.You can do so using:SET allow_experimental_ytsaurus_table_engine = 1.
Engine parameters
  • http_proxy_url — URL to the YTsaurus http proxy.
  • cypress_path — Cypress path to the data source.
  • oauth_token — OAuth token.

Usage example

Shows a query creating the YTsaurus table:
Query
Response
To return the data from the table, run:
Query
Response

Data types

Primitive data types

Composite types

See Also
Last modified on June 23, 2026