OData Source with API Key
I have set up an OData linked service and added an Auth Header with API Key, testing the connection comes back successful (PS Is it not possible to parameterise anything within OData??)
I have set up an OData dataset using the above linked service and when clicking "Preview Data", I get data back
However, when I attempt to run the pipeline, I get
actual status code: Unauthorized, response is : {\"fault\":{\"faultstring\":\"Invalid ApiKey\",\"detail\":{\"errorcode\":\"oauth.v2.InvalidApiKey\"}}
Now since the API Key is defined in the linked service, why am I getting the error? How do I get it to recognise the API key that has been entered in the linked service?