ADF using the new Postgresql connector is sometimes getting the error: Message=Could not load type 'NpgsqlTypes.NpgsqlInterval' from assembly 'Npgsql, Version=4.0.9.2. This has been running without error for months.
We have been using the new ADF Postgresql connector for months without issue but in the last ELT we are getting the error: Message=Could not load type 'NpgsqlTypes.NpgsqlInterval' from assembly 'Npgsql, Version=4.0.9.2. We are able to successfully…
How to update the odata linked service with access token dynamically in azure data factory
We are trying to connect to share point using odata connector from azure data factory with below Authorization mode. Authorization : Anonymous Additional Headers : Bearer $accesstoken Is there a way to replace the access token in the linked…

How do I prevent subsequent pagination calls from being written on separate lines in JSON file?
I have a copy data activity in Azure Data Factory that is copying data from a paginated REST API source and to a JSON file sink. When it completes, the first line of the JSON file is an array of all data aggregated together from each paginated pull. …

Problems connecting ADF to ServiceNow with large tables.
Good day to you all, We use ADF to retrieve many data from many systems. Also from SNOW (ServiceNow) we had this working and the end of November 2024. Now we encounter problems with the tables who are big. Like sn_customersrvice_case When I now try to…
Unable to Delete an Azure Data Factory Ghost Managed Private Endpoint
I am working to connect an Azure mysql instance to our new ADF and using Managed Private Endpoints to do it. During the testing process, I used the Linked Services GUI to create a link to our Mysql server. Later, I needed to test without the managed…
ADF PII Detection and Masking - Schema Drift Issue
I am following the tutorial for setting up a pipeline for PII detection and masking (linked below). All steps have been followed exactly as described, without any changes to the pipeline settings or configurations. However, I am encountering an issue…
How to fetch Schema of a file stored in Azure Blob using ADF
Hi, I'm sending data from Azure Blob to AWS S3 (As AWS S3 isn't supported as sink dataset in Copy Data Activity I'm using Mapping Dataflows). I need to write the schema to the sink, so my pipeline has to write data in one directory and schema file in…
Connectivity from Azure Data Factory to SFTP via NAT Gateway fails
I have to reach to the client sftp through my adf linked service. Client needs a single static ip to whitelist on their end. I created a SHIR within adf in a subnet that further is associated with a NAT gateway public ip. I requested the client to…
ADF & ServiceNow V2 connector with Dynamic pipeline success
I am new to ADF and looking to utilise the ServiceNow V2 connector. This is to replace on existing on-prem SSIS package using the ServiceNow ODBC driver. I have the required ServiceNow permissions & created a simple pipeline to test copying data from…
How to copy azure storage tables into a file with the types of every entity?
Hi, I have a pipeline that copies azure storage tables into csv file and I'm losing the types of every entity when I copying it from file to table. How can I save the entity with all the types?
How to dynamically use column NAMES (in value expression) from a parameter in ADF Dataflow Derived Column transformation?
I'm working with Azure Data Factory Dataflow and trying to implement a solution where I need to dynamically reference column names in a Derived Column transformation. Current Working Solution (Hard-coded) Currently, I have this pattern that works…
How to integrated Azure in powerplatform.
Connect Azure database to powerapps as currently unable to connect

ADF Dataflow failed to update lookup field in Dataverse
Hi, I need some help with Azure Data Factory. I built a flow to update one of the fields inside Dataverse at Sink step and I am getting the following error message: Job failed due to reason: Error response from server:…
Existing Dataset in ADF pipeline not working for Data Flow
I have a sql server db on a vm that I remote into from the Azure portal using bastion. The DB has private endpoints and so forth as part of it's security arrangements. I have set up a linked service in the ADF that allows me to connect pipelines with…
Connecting ADF to Private Key Vault and VM in VNET with Corporate Firewall
A scenario involves a private Key Vault, private SQL, private storage account, private Azure Data Factory (ADF), and a private VM with SHIR hosted on it. All resources have private endpoints created within the same VNET. The SHIR hosted on the VM has…
ADF pipeline is failed connecting to Azure SQL
we are running a job to load the data from SQL Source to D365 Sink which runs for several hours and loads the data but intermittently SQL source connection was forcibly closed by the error message posted below SQL DB is configured with 100 DTUs and…
replace special character PU2 from a file in dataflow
I have source file in dataflow and few rows in the file that have PU2 special character. How do i replace this using the derived transformation in dataflow?
How to upsert data into salesforce using data factory?
I am trying to perform an upsert into salesforce from data factory. I am getting this error........ Failure happened on 'Sink' side. ErrorCode=InvalidParameter,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The value of the…
ADLS Folder Deletion Issue in ADF Pipeline
I am encountering an issue while creating a pipeline in Azure Data Factory (ADF) to delete folders in Azure Data Lake Storage (ADLS). The pipeline includes a 'Get Metadata' activity to retrieve a list of folders to delete, but it fails with the following…

Is it possible to join the ADFSandboxActivityRun and AzureActivity tables in ADF Monitoring Logs?
Good Day Everyone! I would love to combine the "caller" details from the AzureActivity table and the details from the ADFSandboxActivityRun table within ADF Logs. However, I'm not seeing a field on which I could join. I do see…
