Using Azure Data Factory to get data from a REST API

后端 未结 6 1731
南笙
南笙 2020-12-16 05:02

Is it possible to use Azure Data Factory to get data from a REST API and insert it to a Azure database table?

6条回答
  •  孤街浪徒
    2020-12-16 05:26

    https://github.com/Azure/Azure-DataFactory/tree/master/Samples/HttpDataDownloaderSample

    Hi this is a custom data activity that dowloads a file by http request. You can achieve what you desire making small changes. Hope it helps.

提交回复
热议问题