I have a client that has created a AnySQL (Datalake) query workflow that queries a few tables and creates a view of that data. I know you can export to csv manually, be we would like to automate the process to run daily. I see that you can create a file connector, however, I have only seen it created for an SFTP location. Not local. How do I create a local shared drive, and add that Drive to export it to the folder? Do I need Enterprise connect for this?
I wrote a java app that will query Datalake via the JDBC driver and I can export the data to a file folder via .csv format. However, I can't schedule it to run daily unless I find some sort of tool to run cron jobs on my app on Windows server 2012.