Hi,
The sink parquet dataset files have two columns:
column1, column2
I have created a serverless sqlpool view which reads the .parquet file from the blobstorage container folder...
If I want to pull another column, i.e. column3 into the existing .parquet files, then the view will not be able to read the new column unless I separate the old and new .parquet files.
What is the solution to keep the old and new .parquet files in the same blobstorage directory and yet be able to read the new column too?
Thank you
