I use the Copy activity to query an HTTP endpoint, but after 5 minutes I keep getting the following error "Read data from response timeout": Error Code: ErrorCo
Can we use Dataflow activity in ADF for copying data from Salesforce to Salesforce.
I want to copy files from azure data lake storage to azure blob storage. when i use static file name it's copying successfully but it is not getting success whi
I’m trying to implement a pipeline in ADF where I copy data from a Function App to an on-prem SQL Server. I have installed the Self-Hosted Integration Run
I am trying to create a ADF Pipeline which gets triggered as soon as a file in uploaded into a storage account. After triggering some operations are performed.
How to pass the queryconsistency client request property = 'weakconsistency' when the source of ADF copy activity is an Azure Data Explorer dataset?
Purpose: To consume D365 web API services from Azure Data Factory. What I have done so far: Using Postman I was able to successfully generate a web request to c
I'm trying to add a pipeline parameter into the body of a post request to an Azure Function app in Azure Data Factory. It appears that the string isn't getting
I have an Azure DataFactory copy task set up to copy employee data from a MySQL database to a SQL Server database. The data copies over fine except for the fac
I need to implement an incremental load for sap tables via the sap table connector in azure data factory within a copy activity. Currently, I am trying to set t
ADF with AIR connected to external SFTP server to grab file. This SFTP have firewall that have to whitelist IP address where connection come from. Trafix should
Using a copy data activity I want to upload files to an SFTP service, but receive the following error message: I can upload files via a simple linux sftp clien
I am developing have a few relatively complex ADF pipelines and I like to track my changes. Traditionally with programming languages I keep my code in a git rep
I need to copy data from ADO(OData) to Azure Data lake. All connections and Linked services are working good. I can preview data from ADO(OData) but getting bel
I'm trying read a file from a directory that contains square brackets in the path using a mapping dataflow in Azure Synapse, like this: /path/to/[a].[b]/some/fi
I'm trying to get data from an ADF variable and append it to a file available in an on-prem file server. I've also created a self hosted IR to connect to the on
I'm not sure if this is a bug or a limitation but I have a some what complex Derived Column transform using a Column Pattern and Cache Sink to map/set the value
In Azure Data Factory, I've got a source in data flow that calls a rest API. This is the call: https://stats.oecd.org/restsdmx/sdmx.ashx/GetData/MEI_CLI/CSCIC
I want to implement an incremental load process using SQL Server Change Data Capture. Every example I find takes the "happy path." In other words, they assume t
After executing my mapping dataflow I would like to run a clean-up script using the Post SQL Script option of the Sink activity. However I'm not having much su