We have tables under different schema in same db in Azure SQL DB. eg. QA.Mytable and Prod.Mytable . so to manage this in Azure data factory for different enviro
In Datafactory I'm using CopyActivity to copy data from SQL database to Azure table storage. I'm filling up the sql connection linked service properties dynamic
I am trying to incrementally load data from a ServiceNow data source into an Azure SQL table as per the guide from Microsoft https://docs.microsoft.com/en-us/az
How can we copy adf activity monitor tab data into blob using adf copy and any other activity.
I am unable to delete a datafactory in Azure due it's association with self hosted IR. This SHIR is being using with another datafactory so I cannot delete it.
In my ADF pipeline I am trying to convert an output from my lookup activity to be in YYYY-MM-DD hh:mm:ss date format within the source query of a copy activity.
I have a data factory that will be sharing IR set up and resource ID is ready and permission to ADF is granted. I am trying to automate IR set up on the second
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