About 287,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. azure data factory - Datafactory Rest API Sage Intacct - Stack …

    Feb 13, 2025 · I am trying to setup a rest api connection between azure data factory and sage intacct to ingest some data so we can report on it. I am using the rest linked service and have …

  3. Renaming existing Azure Data Factory - Stack Overflow

    Jun 17, 2024 · I would like to move my existing Azure Data Factory from one resource group to another but with new name. Is there a way to change ADF name before moving or post …

  4. 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 …

  5. Azure Data Factory, how to pass parameters from trigger/pipeline …

    Jan 20, 2023 · I've create a pipeline for data processing, which is importing csv and copy data to DB. I've also configure a Blob storage trigger, which is triggering pipeline with dataflow, when …

  6. can we move data from cosmos to blob in ADF as separate files?

    May 31, 2024 · Can we store files as separate files in azure storage folder with file name as ID (received from cosmos). Option- I can probably use Foreach and read 1 file at time but I …

  7. 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 …

  8. Is it Possible to Call an Azure Pipeline from SQL Server

    Jun 28, 2023 · Similar to 'sp_start_job', is there a way to execute a Data Factory Pipeline from SQL Server via a stored procedure? I tried researching and everything seemed to come back …

  9. Azure Data Factory Data Flows - Forcing headers into upper case …

    Jan 17, 2025 · The problem I have is, this data flow will be within a ForEach container, to run the data flow against each sheet within the .xlsx file. The headers in the .xlsx file are not all upper …

  10. azure data factory - CosmosDB source returning DF-SYS-01

    May 30, 2020 · Was able to solve it by : 1. restarting ADF session 2. Resetting schema for data source - it automatically picked correct schema. Hopefully this answer will help someone in the …