We have been using Synapse for some time and are primarily using the Serverless Pool with Parquet, External Tables, and Views. I have a few large views that read multiple external tables and take a long time to generate. I am hoping I might be able to schedule a job to generate these as parquet files that could be read by another external table.
I am wondering if there is a way I might be able to generate a parquet file via a SQL query on the Serverless Pool.
I believe I see a way to do it using a Spark Pool, but I was curious if there might be a way to use the Serverless Pool since I think that would be a cheaper option in the long run.