Medium severitydata source
Power BI Refresh Error:
ParquetBridgeInvalidData
What does this error mean?
The ADF Parquet bridge (the internal component bridging Parquet reading to ADF data types) encountered invalid data it cannot process.
Common causes
- 1A column value in the Parquet file contains data that violates the expected encoding for that data type
- 2The Parquet file uses a compression codec or encoding not fully supported by the ADF bridge
- 3Null byte sequences or binary data in text columns that cannot be decoded
How to fix it
- 1Identify the offending column from the error output and inspect its values in the Parquet file.
- 2Try reading the Parquet file with Spark/Databricks to see if the same error occurs outside of ADF.
- 3Re-generate the Parquet file with standard encodings (PLAIN, DICTIONARY).
- 4Upgrade the ADF self-hosted IR to the latest version for improved Parquet codec support.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-parquet