I‘m using an Azure Data Factory with an ODATA source from an external system. While everything works fine, I noticed the slow performance. So I checked this with postman and spotted immediately, that enabling compression in the header, the speed is way better, obviously!
Now I’m trying this in the ODATA config, I can easily configure the header but then the ODATA source fails, looks like it is not able to decompress the received data.
Did anyone spot the same issue and is there a solution to this?