Is it possible to set the default workspace and format, so when I am running queries in drill I can just say:
select columns[1], ..n from `<file>`; or if there is a sub-dir: select columns[1], ..n from `\<subdir>\<file>`; without having to specify workspace?
