Passing dataset into Rest API using Azure data factory

Manikant Mahovia 41 Reputation points
2021-01-12T08:36:18.263+00:00

Hi Everyone,

Is anyone know, how to pass the SQL database table dataset into rest API using Azure data factory.

I know the extracting data from rest API but want to pass the dataset into rest api.

Regards,

Manikant

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

Accepted answer
  1. HimanshuSinha-msft 19,486 Reputation points Microsoft Employee Moderator
    2021-01-19T21:05:40.86+00:00

    Hello @Manikant Mahovia ,
    Since you are using the SQL Server ( as the source ) , I think you can use the Lookup activity with a query option . SQL Server does support JSON in the SELECT statement , please read about that more here .
    I think you can use the output of the lookup activity in the web activity .

    @ hide (activity('Read Lookup Details').output.value)

    Thanks Himanshu
    Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members


0 additional answers

Sort by: Most helpful

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.