Could you please help with sample tutorial if 'Parquet" file formats are supported when we use data lake as data source.
Asked
Active
Viewed 1,418 times
1 Answers
1
great question! Parquet is unfortunately not supported as a source directly for Azure Analysis Services. What you could do is store the parquet files either in Blob Storage or Azure Data Lake, and then use one of the services such as Azure Data Factory or Azure Databricks which do support Parquet natively to convert it. You could even use Polybase from Azure SQL Data Warehouse to point directly at the Parquet files. A conversion / transform might be required if encryption is used for example.
Here are a few example patterns but you should think about what is best for your business:
Good luck!

wBob
- 13,710
- 3
- 20
- 37