Medium severityconfiguration
Power BI Refresh Error:
DF-SQLDW-InvalidStorageType
What does this error mean?
The staging storage for Synapse Analytics uses an unsupported type. COPY INTO and PolyBase staging only support Azure Blob Storage or ADLS Gen2 — Azure Files, Amazon S3, SFTP, and others are not supported.
Common causes
- 1The staging linked service is set to a storage type other than Azure Blob Storage or ADLS Gen2 — for example Azure Files, Amazon S3, or FTP
- 2A dataset for a non-blob storage resource was accidentally selected as the staging configuration
- 3The staging linked service was recently changed and now points to an incompatible storage type
- 4The pipeline was cloned from a template that used a different connector, and the staging storage was not updated
How to fix it
- 1Open the failing data flow in ADF Studio and go to Synapse Analytics sink settings.
- 2In the sink Settings tab, locate the Staging linked service field and click it to open the linked service.
- 3Check the linked service type — it must be Azure Blob Storage or Azure Data Lake Storage Gen2; any other type causes this error.
- 4If the type is wrong, create a new linked service of type Azure Blob Storage or ADLS Gen2 pointing to a staging storage account in the same Azure region as the Synapse workspace.
- 5Select the corrected linked service in the sink staging settings and re-run the data flow.
- 6ADLS Gen2 is the preferred staging type for Synapse workspaces — it is Synapse's native storage tier and delivers better performance than Blob Storage.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide