Is there a way to pull graphQL API data using Azure Data Factory

Vipin Sumathi 36 Reputation points
2021-08-17T00:49:19.413+00:00

Is there a way to pull GraphQL API data using Azure Data Factory ?. I am trying to pull data from a third party application which uses GraphQL API . Is there a option in Azure Data Factory to do that?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,119 questions
{count} votes

Accepted answer
  1. SUNOJ KUMAR YELURU 14,886 Reputation points MVP
    2021-08-17T02:32:15.063+00:00

    Hi @Vipin Sumathi

    Microsoft Graph uses the HTTP method on your request to determine what your request is doing. The API supports the following methods.
    123767-image.png

    Data factory offers a generic HTTP connector and a specific REST connector, allowing you to do retrieve data from HTTP endpoints by using GET or POST methods.
    refer - https://stackoverflow.com/questions/35551533/using-azure-data-factory-to-get-data-from-a-rest-api

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.


2 additional answers

Sort by: Most helpful
  1. Emily Groves 1 Reputation point
    2022-11-11T10:38:01.63+00:00

    Fantastic, thanks Alex
    I'll have a look right now :)


  2. Naveen Mittapally 1 Reputation point
    2023-01-03T14:19:58.663+00:00

    Hi @ShaikMaheer-MSFT , Can you please help me in resolving this issue?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.