10,811 questions with Azure Data Factory tags

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

Pass anything to a bicep template

Hi. I have a problem passing a number to a Bicep template Bicep template: // This module patches a setting into an existing Azure App Configuration. param appConfigName string param appConfigKey string param appConfigValue any param isKeyVaultRef…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-10-30T11:23:27.87+00:00
Hasan Al-Saadi 0 Reputation points
accepted 2024-11-04T15:37:44.46+00:00
Hasan Al-Saadi 0 Reputation points
0 answers

Smarsheet Connection Issue in ADF

I am trying to access Smartsheet through ADF , I am able to do it both through Azure key vault and Token .But while deploying through CI/CD ,once deployment is complete I am unable to do connect both via Smartsheet and Token access .Unable to understand…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-11-04T12:34:07.5433333+00:00
Sanajit Biswas 0 Reputation points
commented 2024-11-04T15:25:35.8466667+00:00
AnnuKumari-MSFT 33,241 Reputation points Microsoft Employee
1 answer

Improving Performance of Copy Activity from Cosmos DB to Cosmos DB Resource

Hello, I am currently trying to using the copy activity in Azure Data Factory to migrate data from one cosmos DB container to another cosmos DB container (both NoSQL). Both the source and sink have 50k throughput. I am trying to move 1.7 TB of data and…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-10-30T15:04:38.0166667+00:00
Ram Damodaran 1 Reputation point Microsoft Employee
commented 2024-11-04T15:11:14.18+00:00
Smaran Thoomu 16,640 Reputation points Microsoft Vendor
1 answer

in ADF how to use script parameters in the new script activity

I need to need script parameters to run a stored procedure in snowflake but the new upgraded script activity doesn't support script parameters and I need to pass them dynamically into snowflake stored procedure. Can someone please assist me with this ?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-10-30T14:23:59.9633333+00:00
Smithila Dandina 0 Reputation points
commented 2024-11-04T15:09:38.51+00:00
Smaran Thoomu 16,640 Reputation points Microsoft Vendor
1 answer

Copy activity failed because you have multiple concurrent copy activities runs writing to the same file

Hi All,   I am migrating 1000 of SQL tables from on premise SQL server to Azure Blob storage. I am using ADF for each and copy activity to do so. However, while processing the tables in parallel/concurrent, I am getting below error -     Failure happened…

Azure Database Migration service
Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,301 questions
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,479 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,918 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-10-24T11:00:55.3666667+00:00
Magarde, A (Ankit) 0 Reputation points
commented 2024-11-04T14:47:01.6266667+00:00
AnnuKumari-MSFT 33,241 Reputation points Microsoft Employee
1 answer

trying to write data from adlsgen2 to synapse sql dedicated pool but getting data type error

I am trying to write data into a table from adls gen2 using a copy activity. when creating the table, i have to use varchar(max). varchar(8000) is not an option as my data is too big for that. when creating the table using dedicated sql pool, i am able…

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,978 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-11-03T07:20:34.6533333+00:00
Syed Aziz 0 Reputation points
commented 2024-11-04T14:01:20.83+00:00
Vinodh247 22,951 Reputation points MVP
0 answers

Generate date rows in ADF data flow

I'm just starting to learn Azure Data Factory as we have a need to migrate our Alteryx workflows. I've created a data flow within data factory which summarizes data to return a max and min date column per recruiter, as per below. What I now need to do…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-11-04T14:00:20.39+00:00
Richard Hawkins (AXIS) 0 Reputation points
0 answers

How to perform copy activity with new ServiceNow connector in ADF. I am getting below error while perform copy activity

I am changing old legacy ServiceNow connector to new ServiceNow connector, In new ServiceNow connector we don't have any option to select table or query. for that I have selected table name in datasets. create one simple copy activity and try to copy…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-11-04T13:32:27.0166667+00:00
Hari Tiwari, Tieto 0 Reputation points
1 answer

Issue with moving from legacy Salesforce Linked Service to the new Salesforce LinkedService(Oauth based)

We created a new Linked Service and tried to publish the changes and noticed below error. we noticed this line below being present in old salesforce connector and not in the new connector. "type":…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-10-23T17:31:33.6433333+00:00
KULADEEP SURISETTI 0 Reputation points
commented 2024-11-04T12:52:44.67+00:00
KULADEEP SURISETTI 0 Reputation points
0 answers

SAP CDC connector in ADF failing

Hi All, We are trying to extract data from a SAP table to Synapse thru SAP CDC connector in a ADF pipeline. For one of the tables we are getting error as below. Please let us know if it is an issue on Microsoft side. *Job failed due to reason: at Source…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-11-04T09:48:17.13+00:00
Nair, Srikanth 0 Reputation points
edited the question 2024-11-04T12:16:02.0733333+00:00
anashetty 500 Reputation points Microsoft Vendor
1 answer

Can't sink from Data Factory to Blob Storage after updating storage account public access to 'Enabled from selected virtual networks and IP addresses'.

I have an Azure Data Factory pipeline that is no longer able to access my storage account after I have updated the public network configuration to 'Enabled from selected virtual networks and IP addresses' in my storage account. I have followed the steps…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,918 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-11-01T22:25:53.1+00:00
Joe Fried (TATA CONSULTANCY SERVICES LTD) 0 Reputation points Microsoft Vendor
commented 2024-11-04T11:23:09.02+00:00
Smaran Thoomu 16,640 Reputation points Microsoft Vendor
2 answers

How to assign Variable Value to Parameter

Hi, we need to create a "batch_no" in the format YYYYMMDDHHMMSS within our pipeline as a human-readable job identifier , since system variables like pipeline run ID or trigger ID aren’t easily readable. The "batch_no" should remain…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-11-02T02:51:24.05+00:00
Amy Zhang 25 Reputation points
commented 2024-11-04T11:18:04.4566667+00:00
Smaran Thoomu 16,640 Reputation points Microsoft Vendor
0 answers

Could not load resource. Please ensure no mistakes in the JSON and that referenced resources exist.

Dear experts, I successfully created a data flow 2 weeks ago, and until then, I was able to edit it.. However, this Monday morning, I noticed that I can no longer edit it. When I try to open the data flow, I encounter the following message: “Could not…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-11-04T09:26:28.8233333+00:00
Fouad 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can ADF load data from Kusto to Cosmos?

Can you please tell me can ADF load data from Kusto to Cosmos? If it can, how to do it? Please give me some guidance, I am a new hand. Thank you very much!

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-10-31T09:36:51.56+00:00
Yifan Cui 20 Reputation points Microsoft Employee
commented 2024-11-04T09:22:25.3333333+00:00
Yifan Cui 20 Reputation points Microsoft Employee
1 answer

Azure Data Factory - Smartsheet Linked service errors

The new Smartsheet linked service in Azure data Factory has some errors and I couldn't find any reliable solutions. If there is one please let me know. below are the errors I found: This linked service doesn't work when using it with Azure Key…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2022-07-20T14:19:47.267+00:00
Potlapally, Harsha 6 Reputation points
commented 2024-11-04T09:07:33.0266667+00:00
Sanajit Biswas 0 Reputation points
0 answers

ADF Snowflake New Connector Issues with KeyPair Authentication and Private Link

We are using Azure Data Factory (ADF) to connect to Snowflake with a Self-hosted Integration Runtime configured for Private Link. Recently, we migrated the Snowflake connector to the latest version that supports Key Pair authentication. Currently, Basic…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-10-18T09:55:11.7766667+00:00
Datta, Vinay 0 Reputation points
commented 2024-11-04T08:53:27.6033333+00:00
Smaran Thoomu 16,640 Reputation points Microsoft Vendor
0 answers

Contains does not work in Dataflow expression builder

I have an array field containing strings, this was created via an Aggregate stream on a Azure SQL Source. The preview properly shows me the content of this array field I try to check if a certain string is present in the array field in my Assert stream,…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-10-31T07:23:22.47+00:00
Sven Peeters 0 Reputation points
commented 2024-11-04T08:39:27.07+00:00
ShaktiSingh-MSFT 15,336 Reputation points
1 answer

Azure Data factory

Failure happened on 'Source' side. ErrorCode=SqlOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed with the following error: 'A transport-level error has occurred when receiving results…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-11-03T11:12:13.94+00:00
Amarnath Bakthavachalam 0 Reputation points
commented 2024-11-04T08:37:13.06+00:00
ShaktiSingh-MSFT 15,336 Reputation points
3 answers

datafactory copy activity with dynamic mapping

Hello, I am trying to modify my JSON pipeline file to use a translator instead of static mapping ... When I statically define the values like: translator": { "type": "TabularTranslator", …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
145 questions
asked 2024-11-01T16:55:39.2366667+00:00
Jorge García 0 Reputation points
answered 2024-11-04T06:24:34.49+00:00
AnnuKumari-MSFT 33,241 Reputation points Microsoft Employee
2 answers

DataFactory DataFlow Activity ManageVnet dataflow cluster is not started

Hi All, we are unable to start the azure data factory data flow cluster . we are using Mange Vent IR in itally north region when we start the cluster in Debug Mode we get message-The startup of the cluster is taking longer than expected , we recommend…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,811 questions
asked 2024-10-24T12:33:08.52+00:00
manish verma 461 Reputation points
answered 2024-11-04T05:55:28.6933333+00:00
AnnuKumari-MSFT 33,241 Reputation points Microsoft Employee