ADF Copy Activity slow after downgrade IR to 5.45.8999.1
Hi, We recently downgraded IR to 5.45.8999.1 to get around the issue related to 5.48.9106.2 that was causing 'NpgsqlTypes.NpgsqlInterval' errors. While we no longer having the 'NpgsqlTypes.NpgsqlInterval' errors with 5.45.8999.1, our copy activity…
I need to access the service principal key for an sp created and managed by MS Entra
We are trying to connect to Snowflake using a Data Factory because we want to copy data from Snowflake to an Azure SQL DB. We have created an azure blob storage account and and a linked service. We have created SF integration and stage. During the allow…
Microsoft Fabric Capacity Paused
We have paused our Fabric capacity; will we still incur fabric monthly capacity cost?
I am trying to pull Sharepoint list into SDP using Pipeline but getting error
I am trying to pull Sharepoint list into SDP using Pipeline but getting error : List Name : 333 Backlog Tracker Requesting response from path 333 Backlog Tracker and query $top=10 failed with status code NotFound and message <?xml…
Issue with Large Numbers Changing in ADF Data Flow Source (CSV vs Excel)
Hi Microsoft Support, I'm experiencing a data accuracy issue when working with large numbers in Azure Data Factory (ADF) Data Flows. For example: In my file, the number is: 123456789012345000 But when I open the same value in DATAFLOW/, it becomes:…
I want to document ADF pipelines runs / triggers
I want to document ADF pipelines runs / triggers in excel or PowerBI (for report purpose) and note what the data is being used for and source and target data as well as trigger times.. how often and when does it run. Is there any way that I can get these…
Not able to write the data in cosmos DB
Hi , I am facing the issue in loading the data in cosmos db. I am able to test the connection and preview the data in ADF but not able to write the data and SPN has contributor role to cosmosdb through which I am trying to load. Not getting the error…
ADF connection to DB2 using SSL certificate
Hi, We have a azure data factory and we need to connect to on-prem DB2 (version 11.5.9) using SSL certificate through Self Hosted Integration Runtime. Our selfhosted integration runtime also in azure. I have created the linked service for db2 and…
AZF Dataflow error connection CosmosDB
I have created a linked service and the testconnection is succeeded But when I use this linked service in a dataflow and test the connection I get the following error: Error codeDFExecutorUserError DetailsStatus code 400,…
Azure Data Factory (ADF) DRP - self hosted integration runtime question
Is it possible to assume that the following DRP setup will work: ADF is created and metadata are available in backup region SHIR is created in a primary ADF with 2 VMs in primary region and 2 VMs in backup region (2 VMs in backup region will be…
Moving data from Snowflake to Azure SQL DB using Copy Activity
Hi All, I am using COPY activity to move data from Snowflake to Azure SQL DB. First of all, this data movement is not allowed without intermediate staging of the data in ADLS. I would love to avoid this intermediate step. If this is how it will work then…
How to extract incremental data from delta files without having any filter condition in data in dataflow adf
Hi Team, Could you please help us to find the solution for below requirement. we have delta files folder it have 40million records, There is no last modified date column to extract latest data, in dataflow how to extract the latest delta file data…
Migration from Azure Data Factory to Microsoft Fabric – Compatibility of Data Flows and Activities
We have built our current data integration solution using Azure Data Factory (ADF), utilizing Copy Activity for data movement and Mapping Data Flows for transformations. Now, we are considering migrating to Microsoft Fabric. Given that Fabric uses…
Capture an Error in a For Each loop in ADF
Hi, I have a pipeline that includes a ForEach loop. On occasion the pipeline fails in the for each loop, but the only error message i get is "Activity failed because an inner activity failed". How do i get to, or capture the actual…
Unable to create Airflow Workflow orchestration manager in Azure Data Factory - ReferenceError: Cannot access 'Z' before initialization
I am getting this error when I try to create a new Apache Airflow Workflow orchestration manager in Azure Data Factory. Whatever values I choose for the configuration, the error is the same. I have tried using different browsers and new incognito…
Use Azure ADF CDC with source DB in private network
I believe that my use case must be quite common as I want to use ADF CDC feature on an SQL server that is deployed in Azure VM, in a virtual network with only a private IP. It seems like Azure CDC doesn't work with self-hosted int runtime, so I could…
Azure Fabric - Airflow feature in vnet internal mode
Hello, we have a requirement to deploy Apache Airflow on Azure and considering couple of options as part of this. Airflow on AKS Airflow on WebApp managed Airflow on fabric or ADF Our requirement is to run workflows (tasks as part of DAG) on…
Azure Synapse Pipeline Trigger Won't Fire
I created a storage event trigger in Azure Synapse Analytics. In the "Data preview" pane, I am able to see that Azure detects files which match the trigger criteria. However, when I publish the trigger and upload a matching file, the trigger…

Sql server to Parquet file date missmatch using ADF copy data activity
Hi , I am doing copy data activity in adf Source - Sql server Sink - parquet file When doing copy Date field is changing From 0001-01-01 is changing to 0001-01-03 in parquet. It is incrementing the day by 2 in parquet file. …
406 error while connecting to API from Rest source of Copy data activity but works from Web activity and Postman.
I am facing an issue where the API works from Web activity of Adf pipeline but doesn't work from Rest source of Copy data activity. It was working initially and stopped. Same API works from web activity and postman. My API works from Web activity but…