Skip to content
Advertisement

Tag: azure-data-factory

Azure Data Factory HTTP Dataset using Python SDK , unable to find parameters

I am trying to create a HTTP ‘Dataset’ in Data Factory using Python SDK azure.mgmt.datafactory.models. I am unable to find the parameters in Microsoft documentation (https://learn.microsoft.com/en-us/python/api/azure-mgmt-datafactory/azure.mgmt.datafactory.models.httpdataset?view=azure-python) that will provide me the below features that I can see when created manually from portal. Manual creation (from portal): Create HTTP Dataset -> Select Format (Excel) -> I get the below page which

Python Azure Data Factory Update Pipeline

I want to use Python to add an activity to a pipeline in Azure Data Factory. With the following code I am replacing the actual activity but not adding a new one: This is the pipeline before running the code : After running the code: Expected : Answer Researched the statements in source code: So when you update the pipeline,

Advertisement