Skip to main content
Skip to main content

YTsaurus dictionary source

Experimental feature. Learn more.
Not supported in ClickHouse Cloud
References

This is an experimental feature that may change in backwards-incompatible ways in future releases. Enable usage of the YTsaurus dictionary source using setting allow_experimental_ytsaurus_dictionary_source.

Example of settings:

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

Setting fields:

SettingDescription
http_proxy_urlsURL to the YTsaurus http proxy.
cypress_pathCypress path to the table source.
oauth_tokenOAuth token.