Medium severitydata source
Power BI Refresh Error:
ParquetInvalidColumnName
What does this error mean?
A Parquet column name contains characters that are not valid for the target destination.
Common causes
- 1The Parquet file contains column names with spaces, dots, or special characters that are invalid in the destination SQL schema
- 2A column name starts with a number or is a reserved SQL keyword
How to fix it
- 1Use the copy activity column mapping to rename columns to valid destination names before writing.
- 2In an ADF data flow, use the Select transformation to rename columns before the sink.
- 3If the destination supports quoted column names, verify the destination dataset is configured to quote column names.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-parquet