设置示例:
SOURCE(YTSAURUS(
http_proxy_urls 'http://localhost:8000'
cypress_path '//tmp/test'
oauth_token 'password'
))<source>
<ytsaurus>
<http_proxy_urls>http://localhost:8000</http_proxy_urls>
<cypress_path>//tmp/test</cypress_path>
<oauth_token>password</oauth_token>
<check_table_schema>1</check_table_schema>
</ytsaurus>
</source>设置字段:
| 设置 | 描述 |
|---|---|
http_proxy_urls |
YTsaurus HTTP 代理的 URL。 |
cypress_path |
表源对应的 Cypress 路径。 |
oauth_token |
OAuth 令牌。 |