Output to CSV file

can i read data from MS SQL and write it to a CSV file continuously using dremio?

Thanks for help

Can you please share some more details on the end goal. That is, what is the purpose of writing it to a CSV file? Normally the way people use Dremio is they create a reflection (perhaps a raw reflection in this case) on the MySQL table. Internally, Dremio uses Parquet as opposed to CSV to persist that reflection.

I have security data stored in database and i want to read it and send it to another application (log management) using syslog.

But since dremo cannot send syslog, i was thinking of dumping the data to a csv file and then use other tool to ship the content of the file to my application over syslog