aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/File/RootFiles.yql
blob: cf275fb841a830dac4cd094e94451e9812e185d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# canonize yson here
(
#comment
(let config (DataSource 'config))
(let world (Configure! world config 'PureDataSource 'yt))

(let res_sink (DataSink 'result))
(let world (Write! world res_sink (Key) (Files '/) '('('type))))
(let world (Commit! world res_sink))
(return world)
)