diff options
author | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-18 16:10:37 +0300 |
---|---|---|
committer | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-18 17:01:41 +0300 |
commit | f355ebbe8420eca558dd6e98846cf31f09df9890 (patch) | |
tree | ca6ea7441a4694161865bd38d4ce0580ef60761d /yql/essentials/parser/pg_wrapper/test/test_doc.py | |
parent | cf82f2051358f5c26f05b423a0ee11f4098135b3 (diff) | |
download | ydb-f355ebbe8420eca558dd6e98846cf31f09df9890.tar.gz |
YQL-19206 Move contrib/ydb/library/yql/cfg -> yql/essentials/cfg
commit_hash:22adeac140825b580d7674c61994c0404ccf2762
Diffstat (limited to 'yql/essentials/parser/pg_wrapper/test/test_doc.py')
-rw-r--r-- | yql/essentials/parser/pg_wrapper/test/test_doc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/parser/pg_wrapper/test/test_doc.py b/yql/essentials/parser/pg_wrapper/test/test_doc.py index 01e5b646e4..52214190e4 100644 --- a/yql/essentials/parser/pg_wrapper/test/test_doc.py +++ b/yql/essentials/parser/pg_wrapper/test/test_doc.py @@ -17,7 +17,7 @@ def run_one(item): support_udfs = True yqlrun_res = YQLRun(prov='yt', use_sql2yql=False, - cfg_dir='contrib/ydb/library/yql/cfg/udf_test', + cfg_dir='yql/essentials/cfg/udf_test', support_udfs=support_udfs).yql_exec( program="--!syntax_pg\n" + input, run_sql=True, |