ADF Pipeline Error:
RestSinkUNSupportedCompressionType
What does this error mean?
The compression type configured for the ADF REST sink is not supported. REST sinks only accept uncompressed data — compression settings applicable to file-based connectors cannot be applied to REST.
Common causes
- 1A compression setting (gzip, deflate, etc.) was applied to a REST sink dataset, which does not support compression
- 2A dataset was reused across a file-based connector and a REST connector without removing the compression configuration
How to fix it
- 1Open the copy activity's sink dataset and remove the compression type setting.
- 2REST sink does not support compression — if compression is needed, compress the data in the source transformation before passing it to the REST sink.