Pass anything to a bicep template
Hi. I have a problem passing a number to a Bicep template Bicep template: // This module patches a setting into an existing Azure App Configuration. param appConfigName string param appConfigKey string param appConfigValue any param isKeyVaultRef…
Smarsheet Connection Issue in ADF
I am trying to access Smartsheet through ADF , I am able to do it both through Azure key vault and Token .But while deploying through CI/CD ,once deployment is complete I am unable to do connect both via Smartsheet and Token access .Unable to understand…
Improving Performance of Copy Activity from Cosmos DB to Cosmos DB Resource
Hello, I am currently trying to using the copy activity in Azure Data Factory to migrate data from one cosmos DB container to another cosmos DB container (both NoSQL). Both the source and sink have 50k throughput. I am trying to move 1.7 TB of data and…
in ADF how to use script parameters in the new script activity
I need to need script parameters to run a stored procedure in snowflake but the new upgraded script activity doesn't support script parameters and I need to pass them dynamically into snowflake stored procedure. Can someone please assist me with this ?
Copy activity failed because you have multiple concurrent copy activities runs writing to the same file
Hi All, I am migrating 1000 of SQL tables from on premise SQL server to Azure Blob storage. I am using ADF for each and copy activity to do so. However, while processing the tables in parallel/concurrent, I am getting below error - Failure happened…
trying to write data from adlsgen2 to synapse sql dedicated pool but getting data type error
I am trying to write data into a table from adls gen2 using a copy activity. when creating the table, i have to use varchar(max). varchar(8000) is not an option as my data is too big for that. when creating the table using dedicated sql pool, i am able…
Generate date rows in ADF data flow
I'm just starting to learn Azure Data Factory as we have a need to migrate our Alteryx workflows. I've created a data flow within data factory which summarizes data to return a max and min date column per recruiter, as per below. What I now need to do…
How to perform copy activity with new ServiceNow connector in ADF. I am getting below error while perform copy activity
I am changing old legacy ServiceNow connector to new ServiceNow connector, In new ServiceNow connector we don't have any option to select table or query. for that I have selected table name in datasets. create one simple copy activity and try to copy…
Issue with moving from legacy Salesforce Linked Service to the new Salesforce LinkedService(Oauth based)
We created a new Linked Service and tried to publish the changes and noticed below error. we noticed this line below being present in old salesforce connector and not in the new connector. "type":…
SAP CDC connector in ADF failing
Hi All, We are trying to extract data from a SAP table to Synapse thru SAP CDC connector in a ADF pipeline. For one of the tables we are getting error as below. Please let us know if it is an issue on Microsoft side. *Job failed due to reason: at Source…
Can't sink from Data Factory to Blob Storage after updating storage account public access to 'Enabled from selected virtual networks and IP addresses'.
I have an Azure Data Factory pipeline that is no longer able to access my storage account after I have updated the public network configuration to 'Enabled from selected virtual networks and IP addresses' in my storage account. I have followed the steps…
How to assign Variable Value to Parameter
Hi, we need to create a "batch_no" in the format YYYYMMDDHHMMSS within our pipeline as a human-readable job identifier , since system variables like pipeline run ID or trigger ID aren’t easily readable. The "batch_no" should remain…
Could not load resource. Please ensure no mistakes in the JSON and that referenced resources exist.
Dear experts, I successfully created a data flow 2 weeks ago, and until then, I was able to edit it.. However, this Monday morning, I noticed that I can no longer edit it. When I try to open the data flow, I encounter the following message: “Could not…
Can ADF load data from Kusto to Cosmos?
Can you please tell me can ADF load data from Kusto to Cosmos? If it can, how to do it? Please give me some guidance, I am a new hand. Thank you very much!
Azure Data Factory - Smartsheet Linked service errors
The new Smartsheet linked service in Azure data Factory has some errors and I couldn't find any reliable solutions. If there is one please let me know. below are the errors I found: This linked service doesn't work when using it with Azure Key…
ADF Snowflake New Connector Issues with KeyPair Authentication and Private Link
We are using Azure Data Factory (ADF) to connect to Snowflake with a Self-hosted Integration Runtime configured for Private Link. Recently, we migrated the Snowflake connector to the latest version that supports Key Pair authentication. Currently, Basic…
Contains does not work in Dataflow expression builder
I have an array field containing strings, this was created via an Aggregate stream on a Azure SQL Source. The preview properly shows me the content of this array field I try to check if a certain string is present in the array field in my Assert stream,…
Azure Data factory
Failure happened on 'Source' side. ErrorCode=SqlOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed with the following error: 'A transport-level error has occurred when receiving results…
datafactory copy activity with dynamic mapping
Hello, I am trying to modify my JSON pipeline file to use a translator instead of static mapping ... When I statically define the values like: translator": { "type": "TabularTranslator", …
DataFactory DataFlow Activity ManageVnet dataflow cluster is not started
Hi All, we are unable to start the azure data factory data flow cluster . we are using Mange Vent IR in itally north region when we start the cluster in Debug Mode we get message-The startup of the cluster is taking longer than expected , we recommend…