ytsaurus icon indicating copy to clipboard operation
ytsaurus copied to clipboard

[Query Tracker] Add ability to pass DECLARE parameters to YQL queries

Open Krock21 opened this issue 2 years ago • 2 comments

YQL supports DECLARE syntax for parameters passed outside of query text

Currently, there is no way to pass them via query tracker api. We need to support that

We need to add ability to pass parameters to YQL queries started with start_query API

One way to do it is to parse "settings" of the query

Krock21 avatar Feb 28 '24 08:02 Krock21

Current workaround is to use FileContent in a query and pass files via files parameter of start_query

Example

Krock21 avatar Feb 28 '24 08:02 Krock21

any updates?

kaikash avatar Apr 19 '24 16:04 kaikash