10,160 questions with Azure Data Factory tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Issue with ADF Data Flow, xml source and optional nodes or attributes

Hi, I need some assistance with ADF Data Flow using an xml data source. We have a data lake full of xml which I need to process. We do have a schema for the xml, but the xml isn't validated against it. We have some optional attributes and nodes in…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-10T08:35:37.18+00:00
Michael Payne 121 Reputation points
commented 2020-09-30T14:21:59.96+00:00
Michael Payne 121 Reputation points
2 answers

Azure data factory convert excel file copied from Sharepoint online to parquet

Hi All, I have a requirement to copy excel files from share point online to Azure data lake store(ADLS) Gen1 in parquet format, with the below link I was able to copy file over to ADLS. But I can't convert the file to parquet format as it doesn't…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-07-01T04:22:19.69+00:00
Cooldbguy 1 Reputation point
commented 2020-09-30T10:40:25.637+00:00
Purushotham Chanda 6 Reputation points
0 answers

Azure Batch linked service not showing in Azure Data Factory pipeline

I'm following this guide: https://learn.microsoft.com/en-us/azure/batch/tutorial-run-python-batch-azure-data-factory In step 6 under Set up an Azure Data Factory pipeline it shows that one can find the Batch Account under the Azure Batch linked…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
321 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-25T10:42:04.337+00:00
Riis, Rasmus 6 Reputation points
commented 2020-09-30T09:08:21.883+00:00
Riis, Rasmus 6 Reputation points
2 answers

Azure Data Factory Activity wait times extending

We have a set of Azure pipelines that have been running for the past two years without incident. Processing in ADF is orchestration of stored procedures in Azure SQL PaaS and data copies between SQL PaaS databases, all for Data Warehousing. In the past…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-22T21:28:21.19+00:00
Clive Trott 1 Reputation point
commented 2020-09-30T09:03:49.593+00:00
HarithaMaddi-MSFT 10,136 Reputation points
1 answer One of the answers was accepted by the question author.

Copy Activity going for loop when data get empty

I am trying to extract data from REST API to ADL--->ADL to SQLSTG. In one situation when source data get empty it's going in loop situation. How do i terminate from the loop instead of giving timeout in UNtil activity. How to avoid making multiple…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-25T09:02:54.16+00:00
THIMMAIAH GARI,PRASHANTH,, 201 Reputation points
accepted 2020-09-30T08:50:42.017+00:00
THIMMAIAH GARI,PRASHANTH,, 201 Reputation points
1 answer One of the answers was accepted by the question author.

ADF Batch : Bacth Activty starts but never ends

My pipeline is working until it reaches a certain batch activity where process continues but never ends and throws no error message or warning so it has been not possible for me to figure out the problem. The python file to run is very simple (reads a…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
321 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-29T20:23:54.727+00:00
javier 936 Reputation points
commented 2020-09-30T04:57:00.777+00:00
PRADEEPCHEEKATLA-MSFT 85,511 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Case labels in Data Factory Switch activity not editable?

Having an issue with Data Factory's Switch activity -- the UX won't let me edit case labels. When I add a new case, it's created with a default label ("Case1", "Case2" etc) as normal, but the label appears in a non-editable text…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-28T11:54:44.527+00:00
Richard Swinbank 46 Reputation points
accepted 2020-09-29T20:43:46.327+00:00
Richard Swinbank 46 Reputation points
7 answers

Azure Data Factory: CDM Inline Dataset - Error on parsing datetime field

Hi, I am trying to use the CDM inline dataset feature in the data flow. I could see the data parsed successfully except for the "datetime" fields. All datetime fields are parsed as NULLS though my source CDM data has values in it. I…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-08-17T12:14:20.357+00:00
Guru Prasath Poongodi Kandasamy 16 Reputation points
answered 2020-09-29T11:03:26.867+00:00
Ellens, Tim 16 Reputation points
1 answer

Zip on prem files before copy to Azure blob

the main thing I want to do is in the title, even better, would be the ability to query a db (oracle, SQL Server) using ADF and self-hosted integration runtime services, zip the output, copy to blob storage. Thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-24T01:21:02.927+00:00
Dave 1 Reputation point
commented 2020-09-29T09:05:17.707+00:00
HarithaMaddi-MSFT 10,136 Reputation points
1 answer One of the answers was accepted by the question author.

Copy Different type of file from Gen1 Azure lake to Azure Gen2 lake with attribute( like last updated)

I need to migrate all my data from Azur data lake Gen1 to Lake Gen2. In my lake we have different types of file mixed (.txt, .zip,.json and many other). We want to move them as-it-is to GEN2 lake. Along with that we also want to maintain last updated…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,425 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-20T16:47:33.427+00:00
Bhuvnesh Kumar 26 Reputation points
commented 2020-09-29T07:10:41.99+00:00
Bhuvnesh Kumar 26 Reputation points
0 answers

ADF - Restart Pipeline - Start from Failure

On failure of a pipeline, I am trying to rerun the pipeline, by providing the run id and startFromFailure as true. Now in my pipeline, I had a foreach activity which processed 3 files - out of which 2 files were successful and 1 file failed. When I…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-24T08:15:02.753+00:00
Kothai Ramanathan 941 Reputation points Microsoft Employee
commented 2020-09-28T22:09:59.01+00:00
KranthiPakala-MSFT 46,442 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

copy from json as source to azure database

Copy from json source to azure sql dw fails to load. I am getting the below error message while loading the data to database. I guess I have to make some changes to mappings.. not sure what exactly. Also in mapping tab I cannot use CollectionReference…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-28T19:21:54.727+00:00
Naveen Kuppili 41 Reputation points
commented 2020-09-28T20:53:05.437+00:00
Naveen Kuppili 41 Reputation points
2 answers One of the answers was accepted by the question author.

weird behaviour of copy data activity in azure data factory

Hi Experts, i have 2 activity which copies the data from table in azure sql db to other azure sql db which is in VNET. config of source sql db is S7800 DTU and that of destination db is S6400 DTU. the amount the data which is transferred in…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-22T09:03:04.213+00:00
n k 106 Reputation points
commented 2020-09-28T19:30:20.96+00:00
KranthiPakala-MSFT 46,442 Reputation points Microsoft Employee
1 answer

ADF Tumbling Window Trigger:Dependency trigger not triggering properly

Hello, I have created a tumbling window trigger for my Azure Data Factory Pipeline Test_Daily with recurrence as 24 hours. For this pipeline, i have added a dependency trigger lets say Test_Hourly (which runs every hour) with offset as 1.00:00:00(1…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-22T15:54:25.197+00:00
commented 2020-09-28T12:25:49.943+00:00
HarithaMaddi-MSFT 10,136 Reputation points
1 answer One of the answers was accepted by the question author.

Create On Demand HDInsight from Data Factory in an existing VNet

The Azure Data Factory can create an on-demand HDInsight (linked service), which is automatically deleted after the job running on it finishes. Is it possible to have this on-demand HDInsight created in an existing VNet?

Azure HDInsight
Azure HDInsight
An Azure managed cluster service for open-source analytics.
207 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-23T07:07:55.617+00:00
Beniamin Murza 26 Reputation points
commented 2020-09-28T12:11:44.993+00:00
HarithaMaddi-MSFT 10,136 Reputation points
1 answer One of the answers was accepted by the question author.

Data factory API Trigger runs by order

The Sample Request and Body in the examples does not show how to sort the order. How do you get the latest succeeded run ? https://learn.microsoft.com/en-us/rest/api/datafactory/triggerruns/querybyfactory Managed to filter the successfull runs…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-22T12:32:25.567+00:00
Ian Henry 226 Reputation points
accepted 2020-09-28T10:02:43.81+00:00
Ian Henry 226 Reputation points
1 answer

Give all (inclusing new) datafactories access to my keyvault?

I have several datafactories and there will be more. There is one Azure Keyvault. Is there a way to give all datafactories access to this keyvault without specifying each one individually? Through a securitygroup or such?

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,188 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-04T13:57:20.503+00:00
BIP | Henro Veijer 1 Reputation point
commented 2020-09-25T23:35:58.383+00:00
JamesTran-MSFT 36,541 Reputation points Microsoft Employee
1 answer

Azure Log Analytics recursion - Get parent (or parent's parent) pipeline info for Activity in Data Factory

I have a number of data factories hooked up to a log analytics workspace. Currently I am creating a outage dashboard that looks at failed activities. I would like to show the initiating pipeline in this report for activities that failed. However, that…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,023 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-18T16:09:04.547+00:00
John Aherne 516 Reputation points
answered 2020-09-25T23:25:35.737+00:00
olufemia-MSFT 2,861 Reputation points
1 answer

Missing Database

I can see my database in SSMS but I am unable to see it in Data Factory. Unfortunately it is the database that I need to get data into. It is in the same subscription, resource group, and on the same server with the same permissions.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-17T13:41:32.093+00:00
Lee Taylor 31 Reputation points
commented 2020-09-25T19:40:39.81+00:00
HimanshuSinha-msft 19,386 Reputation points Microsoft Employee
2 answers

ADF Copy activity using PolyBase fails to load "Date" type to Synapse

When loading Date type from a parquet file to Synapse with "Date" type via ADF Copy with PolyBase, the ADF throws the following error: { "errorCode": "2200", "message":…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,679 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,160 questions
asked 2020-09-24T14:46:46.05+00:00
Robert Kostecki 6 Reputation points
answered 2020-09-25T17:15:07.9+00:00
Robert Kostecki 6 Reputation points