Reputation: 719
I'm using Azure Synapse REST api source in copy activity and trying to save api response as json with content-type
as application/json
in a azure data lake gen2 storage container. After saving the json documents I see the content-type
set to application/octet-stream
. How do I save the content-type
as application/json
?
Upvotes: 2
Views: 555
Reputation: 6114
application/octet-stream
. Now, using the flow as shown in the below image:Upvotes: 1