Medium severitydata source
Power BI Refresh Error:
ParquetNotSupportedType
What does this error mean?
A data type in the Parquet file is not supported by the ADF Parquet connector — certain complex or nested types may not be directly readable.
Common causes
- 1The Parquet file contains a LIST, MAP, or deeply nested STRUCT type that ADF cannot flatten
- 2A custom Parquet logical type annotation is not recognized by the ADF Parquet reader
- 3The file was written with Parquet v2 features not yet supported by the ADF integration runtime version
How to fix it
- 1Identify the unsupported column from the error message and exclude it from the copy if it is not needed.
- 2Use Azure Databricks or Synapse Spark to read the Parquet file and write it in a simpler format that ADF can process.
- 3Upgrade the self-hosted integration runtime to the latest version for broader Parquet type support.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-parquet