
azure data factory - How to pass array as a parameter to a pipeline ...
May 7, 2024 · For one such pipeline, I have to pass an array of values as a parameter through the Pipeline Execute activity. I have tried several approaches, but I am struggling to get the correct …
Azure Data Factory - Pipeline re-runs until condition has been met ...
Mar 24, 2025 · We have a pipeline that, when it runs, calls an API for a set date range of data, retrieves data and processes it. One of the fields returned in the data is "limitreached" which …
azure - ADF Pipeline to Succeed even if activity fails - Stack Overflow
Nov 3, 2023 · azure azure-data-factory pipeline azure-synapse edited Nov 3, 2023 at 14:34 asked Nov 3, 2023 at 13:32 Prem
How to use formatDateTime in Azure Data Factory?
Mar 10, 2021 · How to use formatDateTime in Azure Data Factory? Asked 4 years, 9 months ago Modified 3 years, 2 months ago Viewed 46k times
azure data factory: use variables in query - Stack Overflow
Jun 5, 2020 · I have created a copy activity that copies data from an on premise database to a Azure SQL Database. I need to modify dynamiccaly the query, so it takes a range of dates, with these two …
Azure Data Factory (ADF) create an alert to notify me when a pipeline ...
Aug 30, 2024 · Currently, an alert when the pipeline triggered might not be supported in ADF alerts. You can try the below approach as a workaround if you have access to update the pipeline. Go to the …
Azure Data Factory use result of a Lookup for iterating in a ForEach
Jul 5, 2022 · The pipeline runs successfully and inserts values into my target table. When Lookup is in one pipeline and for each in another: Let's say lookup_pipeline pipeline has lookup activity (selects …
azure - how to get ADF pipeline historical data - Stack Overflow
Mar 27, 2023 · I want to retrieve adf pipeline data log of the month of January. But filtering is only available up to 45 days. I am not able get data before 45 days. How to get data log from January? In …
Azure Data Factory send email on pipeline failure with Batch Service
Jul 5, 2023 · Once you create Alert rule and the pipeline fails It will trigger the email to you inbox like below Upon following the above steps you can configure Alert for your Azure Data factory Pipeline …
azure - How do I get my Pipeline Run Status in ADF using REST API ...
Jul 12, 2023 · I want to check if my Pipeline A is running or not using REST API. I have written the following: However what do I pass and how do I get the status through this? I have gone through …