You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
It would be great to be able to use custom variables, for instance SELECT * FROM ${dataset}.${table_name}
with a properties file which resolves the values of variables, like dataset="my-data-set"
table_name="my-table"
Regards
Hello
It would be great to be able to use custom variables, for instance
SELECT * FROM ${dataset}.${table_name}with a properties file which resolves the values of variables, like
dataset="my-data-set"
table_name="my-table"
Regards