How can I connect my Linked Service to other cloud databases through a managed integration runtime (IR)?
Scenario: Azure Cosmos DB NoSQL migration to Huawei Cloud DDS, with Azure Data Factory replicating the active migration data. The Azure public cloud IP range has been enabled in the security group of the target cloud database. My tag is…
Azure Data Factory
We are facing an issue while copying data from Oracle to Azure SQL using ADF Copy Activity.
We are facing an issue while copying data from Oracle to Azure SQL using ADF Copy Activity. The pipeline fails or produces incorrect numeric values due to high-precision decimals in Oracle. Details: Source (Oracle): TABLE_FIN Target (Azure SQL):…
Azure Data Factory
We are facing an issue while copying data from Oracle to Azure SQL using ADF Copy Activity.
We are facing an issue while copying data from Oracle to Azure SQL using ADF Copy Activity. The pipeline fails or produces incorrect numeric values due to high-precision decimals in Oracle. Details: Source (Oracle): TABLE_FIN Target (Azure SQL):…
Azure Data Factory
How to add an additional QueryParameter to a RestAPI after the first call for Pagination?
In my Data Factory setup every job reads the config for that job and passes that config to the Copy Data Activity. To retrieve data from a RESTAPI I use the base url and the relative url along with the query parameters for that call which generally…
Azure Data Factory
How to fix tablular data type error in ADF?
I am consistently getting this error recently after my pipeline had ran successfully for over a year. My data source is a PostgreSQL api, but I have no clue why it has all of a sudden stopped working Operation on target Copy Canvas Billing Reporting…
Azure Data Factory
Azure Data Factory - Azure SSIS Runtime Start Faild with InternalServerError
Hello, 2 out of 3 of our ADF Azure SSIS Runtime fail to Start with "InternalServerError", the 3rd one is up. 1 was starting without issue on the 6th of November, the other one on the 24th of October. We didn’t make any change to their…
Azure Data Factory
How do I delete old folders from multiple subfolders in ADLS through ADF pipeline using delete activity
/has/MainFolder/SubfolderA/2024-11-23/abcd.csc /raw/MainFolder/SubfolderBf/2023-02-05/acj.csv /has/MainFolder/Subfolderc/2024-12-23/c.csv /has/MainFolder/SubfolderB/2024-03-05/ac.csv /has/MainFolder/Subfolderd/2024-09-13/abcde.csv I am trying to delete…
Azure Data Factory
Clarification on Azure Data Factory metrics — ResourceCount, MaxAllowedResourceCount, FactorySizeInGbUnits, and MaxAllowedFactorySizeInGbUnits
Hi Team, Referring to the documentation: 🔗 Azure Monitor metrics for Microsoft.DataFactory/factories I would like to get a detailed description and usage clarification for the following four metrics: …
Azure Data Factory
Multiple triggers runs for a single pipeline
Is there any limitation of parallel runs of same pipeline with multiple triggers. I have a pipeline called pip_generic ,and there are some 50 linked triggers associated with this pipeline. While scheduling how many can I schedule in same time , so that…
Azure Data Factory
how to fix : Client IP not authorized to access the API error while debug running any pipeline in ADF
Hi All, I get the inline error while triggering/debugging an ADF pipeline. I am able to configure the pipeline without any issues. Any guidance around this is much…
Azure Data Factory
Failed to run resource validation using @microsoft/azure-data-factory-utilities on Github
Hi Team, I am creating a workflow for ADF deployment on GitHub and encountering an issue when running the npm validate command. The validation fails with the following error: ERROR === Validator: Unhandled validation error for: pipeline - ***, error:…
Azure Data Factory
Unable to connect to Smartsheet from ADF using Token
There are 4 Smartsheet in which I am able to connect to 3 of them using a token, whereas getting the error while trying to connect to 4th Smartsheet using the same Token. This token was used earlier and started to fail now. Error - The gateway did not…
Azure Data Factory
how do i fix Auto table creation in sink side is not applicable for your sink dataset
Auto table creation in sink side is not applicable for your sink dataset It seems that i cannot auto create tables in a Azure Sql Server when table names are parameterized when trying to debug run it tells me …
Azure Data Factory
How to cast columns from multiple tables as new data type?
I'm migrating a bunch of tables from a DB2 database to Azure Data Lake. Several of these tables have CLOB and BLOB column types, which Data Lake doesn't recognize. How do I convert them in Data Factory? I have a look up query that gets the columns…
Azure Data Factory
ADF Branching and Release Management Strategy
Hello Team, Is there any Git Branching & Release Strategy available for ADF which we can use for multiple teams with multiple features can be worked together and can be released independently to higher environment from DEV to TEST, UAT and…
Azure Data Factory
Operation on target Copy data1 failed: ErrorCode=UserErrorPropertyInvalidOrMissing,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The property 'clientSecret' is invalid or missing.,Source=Microsoft.DataTransfer.ClientLibrary,'
Hi, I've been encountering this issue and was hoping to get help from microsoft team. Our team has a ADF pipeline that contains copy data activity. We have dev and production versions of data factories and are doing deployments using this architecture.…
Azure Data Factory
Network features in ADF
What does the below setting in ADF mean? When we have an SHIR, doesn't the flow of data happen from via the server hosting the SHIR. What does the below setting mean? And once the private endpoint is enabled, the SHIR fails. So can someone show step by…
Azure Data Factory
how to grand MI/SP permission for ALL upstream folders and the file system?
Hi, good morning. I have the error below and I would like to know how to fix it. I am using the Azure Data Factory to load data from Azure Blob Storare. The connection between Azure Data Factoty and Blog Storare are OK. The data factory can reach the…
Azure Data Factory
Need Help with Detailed Notification Setup for ADF Pipeline
Hi Team, I have configured notification emails in Logic Apps for ADF pipeline success and failure alerts. Currently, we are only receiving notifications indicating whether the pipeline ran successfully or failed. However, I would like to enhance this by…
Azure Data Factory
What is this error code: 11402?
The value of the property '' is invalid: 'Unknown SQL type - -99.'. Unknown SQL type - -99. I keep getting this error when trying to copy certain tables from a DB2 database with the ODBC connector. Most of the tables copied with no problem. I've…