Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

YTsaurus dictionary source

Experimental feature
Not supported in ClickHouse Cloud

Example of settings:

SOURCE(YTSAURUS(
    http_proxy_urls 'http://localhost:8000'
    cypress_path '//tmp/test'
    oauth_token 'password'
))

Setting fields:

Setting Description
http_proxy_urls URL to the YTsaurus http proxy.
cypress_path Cypress path to the table source.
oauth_token OAuth token.
Navigation