Back to Clickhouse

ytsaurus

docs/en/sql-reference/table-functions/ytsaurus.md

26.4.1.1-new1.1 KB
Original Source

import ExperimentalBadge from '@theme/badges/ExperimentalBadge';

ytsaurus Table Function

<ExperimentalBadge/>

The table function allows to read data from the YTsaurus cluster.

Syntax {#syntax}

sql
ytsaurus(http_proxy_url, cypress_path, oauth_token, format)

:::info This is an experimental feature that may change in backwards-incompatible ways in the future releases. Enable usage of the YTsaurus table function with allow_experimental_ytsaurus_table_function setting. Input the command set allow_experimental_ytsaurus_table_function = 1. :::

Arguments {#arguments}

  • http_proxy_url — URL to the YTsaurus http proxy.
  • cypress_path — Cypress path to the data source.
  • oauth_token — OAuth token.
  • format — The format of the data source.

Returned value

A table with the specified structure for reading data in the specified ytsaurus cypress path in YTsaurus cluster.

See Also