aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/File/FilePath.yql
blob: 1b036e6da4c7a8fcb2ba6babd72917f6c675e354 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# do not check 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) (FilePath 'MyFile) '()))
(let world (Commit! world res_sink))
(return world)
)