aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/Config/YtNativeRes.yql
blob: 606e06e0e4a28e0934ccaf7a05b9d92782a8ccc2 (plain) (blame)
1
2
3
4
5
6
(
#comment
(let config (DataSource 'config))
(let world (Configure! world config 'PureDataSource 'yt))
(return world)
)