how to pass data from delta lake to rest api in azure

Laxmi Kakarlapudi 21 Reputation points
2021-09-01T20:59:25.593+00:00

Hi,

I want to build a pipeline where I take data from delta lake and post it to rest api and collect responses.
How do I pass delta lake data dynamically to rest api. Here is the activity I have done :

  1. copy activity where rest is source and sink is adls gen2
    It worked well. But I hard coded records in the body of the source. Now my question is how do I pass it dynamically from delta lake tables.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,953 questions
0 comments No comments
{count} votes

Accepted answer
  1. OmarSiado-MSFT 156 Reputation points Microsoft Employee
    2021-09-01T22:58:02.667+00:00

    Hi @Laxmi Kakarlapudi ,

    I think maybe thinking on batch load schema could work for you, does your API also requires date to load only date related information?, if so, you could create a pipeline parameter and send to the API for example, then also using date for creating folder by date adding files there (here you can find different structures i think depends on your scenario).

    Please let us know if that works for you or help us clarifying your scenario with more details so that we will be able to provide suggestions.

    Regards,

    OCS


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.