aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/File/FilePathFromRoot.yql
blob: fa4d5835ce9719823d343eb944d2836373c0575a (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 '/home/MyFile) '()))
(let world (Commit! world res_sink))
(return world)
)