Forum Discussion
Anonymous
2 years agoNot applicable
Fabric Data Factory - Akixi API Copy Data
Hi all, I am relatively new to APIs and Data Factories. I am trying to extract some data from some reports using the Akixi API to append to some SQL tables on a Fabric Data Warehouse using Fabri...
- Anonymous2 years ago
Quick Update: We got it working by using the HTTP Connector instead of the REST Connector
HimanshuS-msft
2 years agoMicrosoft Employee
Anonymous : I did read the docmumentation of the Akixi API and it does returns the data in JSON format , which is a requirment for API calls from copy activity . Now looking that the error which you shared it looks like it is complaining about the JSON data being in the malformed .
I always use postman or curl to get the data from the API , to make sure that the configuration is working fine , once I cam sure then i go ahead and try to implement the same in copy activity .
Thanks
Himanshu