How to read Data Partitioned files from ADLS using ADF mapping data flow source options
Hi All, Good Day!! We have a requirement to join multiple files which are available in ADLS folders which we have ingested from SQL Source and derive business logic accordingly. Since we store the Table data in ADLS with table name and date…
Azure Data Factory

Data Factory Copy Task Running Indefinitely
Good Day I have a problem where I have an Excel .xlsx file in the Data Lake, the size of the file is 48MB. I am trying to copy this file into an Azure SQL DB. This task works for many other smaller files but when it gets to this file it just hangs…
Azure SQL Database
Azure Data Factory
ADF Mapping for Copy with Source being a Web REST Dataset times out before I can get Schemas?
@Anonymous @Anonymous @Anonymous We have a long running REST Source in a Copy Activity where I adjusted the Timeout to 5 mins and it works. HOWEVER, when I try to Map this to a DB Table it times out when I hit Import Schema. Is there any way…
Azure Data Factory

Cant get hold of the array from a ForeEach activity
I get this error: The expression 'length(activity('Copy Excel to Cache Sink').output.value)' cannot be evaluated because property 'value' doesn't exist, available properties are 'runStatus, effectiveIntegrationRuntime, billingReference,…
Azure Data Factory

Can't publish Azure Data Factory
Hey when I try to publish my ADF I get this error: Error code: BadRequest Inner error code: BadRequest Message: The document creation or update failed because of invalid reference 'source_vp'. Resource:…
Azure Data Factory

ServiceNow Integration with Azure data factory for incremental data extraction
I am trying to create a pipeline in ADF where ServiceNow is a source and Azure blob storage is my target as and storing extracted files n json format. I have to get only incremental data from SNOW and load that into blob storage. Please provide any…
Azure Data Factory

Copy Activity - mapping translator
According to copy-activity-schema-and-type-mapping, it is possible to define the schema for the copy activity. We have been using this process to alter column names in the sink which has been working well. However, we've noticed that all columns are…
Azure Data Factory
Azure Data factory got error when getting information from HubSpot
Encounter problem suddenly when preparing data from HubSpot error message: Operation on target ForEach_Table failed: Activity failed because an inner activity failed; Inner activity name: Copy_HubspotTBL, Error: Failure happened on 'Source' side.…
Azure Data Factory
ADF How to add a line feed to a long text file? Urgent....
Hi @Anonymous @Anonymous @Anonymous My ADF pipeline created a very long text fixed field file where the following is just a few of the first several characters. 10E20131216330785887BMECOL 00 …
Azure Data Factory
How to receive a http post in Data Factory?
Function 1 sends a message body by HTTP post every 5 minutes. In Data Factory I want to receive this message and pass this body to Function 2 as input. { "body": "run" } How can I receive this message in the…
Azure Functions
Azure Data Factory
Azure SQL DB to Snowflake
Hello Team, I am trying to upload the data from Azure SQL DB Table to Snowflake db table.As snowflake is in AWS and we are creating the pipeline in azure data factory. Please refer the below error : Regards Rohit
Azure Data Factory
Adf schema mapping without an key
In an copy data activity I have a hierarchical source to tabular sink mapping. We extract data from an api. within the data we have the following node *, "businessCommunication": { "emails": [ …
Azure Data Factory
Copying 100MB of data using ADF causes cosmos db partitions to increase from 2 to 50
We are copying data from West US 2 to North Europe using Azure Data factory. From Azure Data Factory, we see that around 104 MB of data was copied before the pipeline failed with Timeout Exception: …
Azure Cosmos DB
Azure Data Factory
How to specify numbers of recors,rows to read in a copy activity?
How can I set the number of records to process so my Copy Activity won't crash. I'm copying data from Dynamics365 to Azure BLOB but i think the data in Dynamics is so big so Azure datafactory can't read it and it doesn't copy nothing here…
Azure Data Factory
Azure Data Factory: Date Conversion
I am creating a pipeline where the source is csv files and sink is SQL Server. The date column in CSV file may have following values like 12/31/2020 10162018 20201017 31/12/1982 1982/12/31 I do not find the function which checks the format of the…
Azure Data Factory
Synapse analytics for data ingestion
Hi All, I have seen a architecture which suggests Synapse Analytics for data ingestion and afterwards data is stored in ADLS Gen2 and again data pushed in to Synapse as well as Azure SQL database . Synapse used again third time and finally data being…
Azure Synapse Analytics
Azure Data Factory

Approach to copy dynamically growing files and containers from one ADLS Gen2 storage account to another
Hi Team, We are looking at approach to copy data on a daily basis from one ADLS Gen2 storage account to another ADLS Gen2 storage account. Containers in our storage account are dynamically growing and folder structure is not pre-defined. We need to…
Azure Data Lake Storage
Azure Data Factory
Getting following error (Client IP not authorized to access the API) in azure Data factory while publishing new pipeline changes
Seems new change happened to Azure Data factory and we are not able to publish the changes due to my IP is not registered - can anyone suggest where i need to add my IP? Error code: OK Inner error code: ClientIPNotAuthorized Message: Client IP not…
Azure Data Factory
ADF Web activity can't connect to API When API Key has special character
I am trying to use a Web activity in an ADF pipeline to issue a GET to an API. The API authentication is through an Authorization header with an API key provided to be by the API developer. The API Key is of the form username:password (note the colon) …
Azure Data Factory
Error loading Excel file from Blob
We get Excel files uploaded to our Blob storage from another group. We are trying to copy the contents to an Azure SQL table. The issue I am having is with the format of the Excel file. It is using row groupings and is causing errors when being read…