Hi Divya, Are you looking for a button in the UI that downloads the table if interests you, see into a (say) CSV file?
Thanks, Saurabh Sent from my iPhone > On May 14, 2018, at 7:21 AM, Vitalii Diravka <[email protected]> > wrote: > > Hi Divya, > > Consider using of CTAS for your query with picking any storage format [1]: > parquet, json, csv, tsv, psv (csv-family formats have limitations). > > [1] > https://drill.apache.org/docs/create-table-as-ctas/#setting-the-storage-format > > Kind regards > Vitalii > > > On Mon, May 14, 2018 at 4:45 PM Andries Engelbrecht <[email protected]> > wrote: > >> You can look at using the REST API to send a query and receive the results >> back through http(s) (pending on how you configured Drill. >> https://drill.apache.org/docs/rest-api/ >> >> --Andries >> >> >> >> On 5/14/18, 1:20 AM, "Divya Gehlot" <[email protected]> wrote: >> >> Hi, >> Can I download the select query data through Drill Web UI or any other >> means ? >> >> >> Thanks, >> Divya >> >> >>
