Medium severitydata source
Power BI Refresh Error:
DF-DELTA-InvalidConfiguration
What does this error mean?
The ADF Mapping Data Flow Delta Lake connector has an invalid configuration. Required properties — such as the ADLS Gen2 linked service, folder path, or compression codec — are missing or set to values incompatible with Delta Lake.
Common causes
- 1The Delta Lake dataset folder path is empty or points to a path that does not contain a valid Delta transaction log (_delta_log directory)
- 2The linked service uses a standard Blob Storage account instead of ADLS Gen2 — Delta Lake in ADF requires hierarchical namespace (ADLS Gen2) storage
- 3The compression codec set in the Delta Lake sink is not supported by the target storage or the downstream reader
How to fix it
- 1Open the Delta Lake dataset in ADF Studio and verify the linked service points to an ADLS Gen2 account (hierarchical namespace enabled).
- 2Confirm the folder path field is set and points to the root folder of the Delta table — the _delta_log directory must exist here.
- 3If this is a new Delta table being created for the first time, verify the linked service identity has write permissions on the target container.
- 4Review the full error message in the ADF activity run output for the specific property that is invalid.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide