Is it possible to create a dataflow without giving script lines using azure sdk in python? if yes please share a sample code creating a dataflow contains source, transformation and sink.

maruthi phanendhra 0 Reputation points
2023-05-30T16:32:38.6766667+00:00

I need following dataflow as output using azure sdk in python.

User's image

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

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2023-05-31T15:42:33.94+00:00

    Hi maruthi phanendhra,

    Thank you for posting query in Microsoft Q&A Platform.

    We have Python SDK which helps us to create dataflow with transformations. Kindly check below SDK document link and explore the modules and class and functions there and start your development.

    https://learn.microsoft.com/en-us/python/api/azure-mgmt-datafactory/azure.mgmt.datafactory.operations.dataflowsoperations?view=azure-python

    Above link points to dataflow operations SDK in python. Feel free to browse other menus there to explore other operations available too.

    Between, could you please share details on what you mean by "without giving script lines"?

    Please let me know how it goes. Thank you.


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.