Top "Azure-data-factory" questions

Microsoft Azure Data Factory is a cloud service used to invoke (orchestrate) other Azure services in a controlled way using the concept of time slices.

The client with object id does not have authorization to perform action 'Microsoft.DataFactory/datafactories/datapipelines/read' over scope

I was trying to invoke data factory pipeline from azure function programmatically. Its throwing following error. link: http://eatcodelive.com/2016/02/24/…

azure azure-functions azure-data-factory
The subscription is not registered to use namespace 'Microsoft.DataFactory error

Going through this tutorial "Create a pipeline with Copy Activity using Visual Studio" and recieving this error when i hit …

visual-studio azure azure-data-factory
Using Azure Data Factory to get data from a REST API

Is it possible to use Azure Data Factory to get data from a REST API and insert it to a …

api rest azure azure-data-factory cortana-intelligence
Azure Data Factory v2 using utcnow() as a pipeline parameter

For context, I currently have a Data Factory v2 pipeline with a ForEach Activity that calls a Copy activity. The …

azure azure-data-factory azure-data-factory-2
In Azure Data Factory read excel files

I am new to Azure Data Factory(ADF), I need to access/load excel files sitting in a blob into …

azure azure-data-factory
Azure Data Factory - How can I trigger Scheduled/OneTime Pipelines?

Background : I have scheduled pipelines running for copying data from source to destination. This is scheduled to run daily at …

azure azure-data-factory
How to read files with .xlsx and .xls extension in Azure data factory?

I am trying to read and excel file in Azure Blob Storage with .xlsx extension in my azure data factory …

excel azure azure-data-factory azure-data-factory-2
Execute python scripts in Azure DataFactory

I have my data stored in blobs and I have written a python script to do some computations and create …

azure azure-storage azure-data-factory
Variables and Parameters in Azure Data Factory?

Im just learning ADF, can you explain to me the difference between Variables and Parameters? I cant find a good …

azure azure-data-factory
pass parameters to SQL query in Azure data factory

How can we pass parameter to SQL query in Azure data factory ... ex: Select * from xyz_tbl where date between @…

azure azure-data-factory