Hi,
We have a use case where we have to run the same script for multiple tenants
on different workspaces, so considering workspace as the variable which I want
to pass the value from outside the script. Is it possible to do in SQLline? I
have mentioned the hive example to explain my requirement.
Example: In hive we use "hive -hivevar workspace='test' -f test.sql " and
inside test.sql we can refer to the variable "workspace" with
${hivevar:workspace}
Is there anyway that we can use custom variables with Drill Sqlline?
Thank You,Yogesh