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