About 212,000 results
Open links in new tab
  1. Newest 'azure-data-factory' Questions - Stack Overflow

    Azure Data Factory is a tool with many levels of complexity and often understanding the technology doesn't come that naturally to data professionals already working with tools like …

  2. pyspark - Azure Data Factory issue - Stack Overflow

    Oct 30, 2024 · -1 i Have recently given a Data engineering interview. In that interviwer asked me a question on ADF where i faced a issue while responding to it. Your help would be helpful here. …

  3. Azure Data Factory vs Azure Logic Apps - Stack Overflow

    Aug 24, 2021 · Users commonly need to activate pipelines based on storage account events, such as the arrival or deletion of a file in an Azure Blob Storage account, in data integration …

  4. How to increase performance of Azure Data Factory Pipeline?

    Dec 30, 2021 · I have Azure Data Factory pipeline, which are running Lookup (SQL Selects) and Copy Data (Inserts) in ForEach for 5000-1000 times. I want to execute pipeline nightly, but …

  5. Nested ForEach in ADF (Azure Data Factory) - Stack Overflow

    Jun 20, 2022 · 1 As per the documentation you cannot nest For Each activities in Azure Data Factory (ADF) or Synapse Pipelines, but you can use the Execute Pipeline activity to create …

  6. azure data factory - What is the difference between scheduled and ...

    Sep 25, 2022 · I'm exploring the Azure Data factory scheduled and tumbling trigger. In both cases suppose I choose the 1 hour recurrence interval, then the pipeline runs every hour.

  7. How to create iteration scoped variables inside ForEach activities …

    Aug 8, 2020 · How to create iteration scoped variables inside ForEach activities in Azure Data Factory Asked 5 years, 2 months ago Modified 3 years, 4 months ago Viewed 13k times

  8. Azure Data Factory - Remove duplicate rows and only remain one …

    Nov 23, 2023 · within Azure Data Factory I have a table with 2 columns. I want to remove all duplicate rows and only remain one distinct row. Currently: columnA, columnB a1,b1 a1,b1 …

  9. Retrieve Azure Data Factory Service Identity Application ID

    Aug 31, 2018 · I have created one Data Factory and Key Vault using C# Code, I would like to set Access Policy of Key Vault. For that I want data factory "Service Identity Application ID" …

  10. azure data factory - How to load all tables from a specific schema …

    Oct 25, 2024 · I am trying to ingest data from on-premise database to fabric lakehouse using pipeline. First, I created script activity to get a list of all table names using SELECT …