Custom Catalog Not Visible to ADF and Looker in Databricks
Hi Databricks community, I’ve created a catalog called azure_data_factory and a database called studytube_azure_mysql_production. Within that database, I have three tables: academies, academy_naming_settings, and users. See the left side of the…
Azure Data Factory
Email Notifcation in ADF Pipline
Hello Team, I am using the Web activity to received the email notification in my outlook.So i have mentioned this formula @json(concat( '{', '"message": "ERP-DW-UAT TRANSACTION_PARTITION INPROGRESS",', …
Azure Data Factory
Copy files to a FTP server from SFTP using ADF
Hi, I have a requirement to drop files to a FTP server. But ADF does not support FTP as a sink. How can I use FTP as a sink in ADF? Thanks, Jeevi
Azure Data Factory
Is this a documentation error?
On the webpage https://learn.microsoft.com/en-us/azure/data-factory/connector-oracle?tabs=data-factory, I think the bold text here "The number of bytes the connector can fetch in a single network round trip. E.g., ArraySize=10485760. Larger values…
Azure Data Factory
Feature Request: Add Gate Condition for ADF scheduled Trigger
Hi Team, I would like to propose an enhancement for Azure Data Factory (ADF) triggers: the ability to add a Gate Condition before a trigger executes. Currently, ADF triggers (such as schedule triggers) do not allow conditional logic beyond basic…
Azure Data Factory
In an high availability configuration of Azure Data Factory, how can I reduce the 5-minute failover/recovery time for nodes that fail during pipeline runs?
I am developing enterprise-grade pipelines that ingest from on-premises data sources using a self-hosted integration runtime and am utilizing a multi-node high-availability configuration in Azure Data Factory. During runs, I've noticed that if a node…
Azure Data Factory
Authentication type is null in oracle linked service.
Hi, I created the Oracle linked service in my feature branch and merged it into the main branch. The Git pipeline then published these changes to Data Factory live mode. The Oracle linked service was deployed to live mode, but the authentication type is…
Azure Data Factory
Datafactory Self hosted integration runtime auto updates
Hi, We have enabled auto-update for our self-hosted integration runtime. Initially, we deployed it with version '5.48.9076.1'. Over time, it was updated to '5.55.9315.1' via auto-update with our interventions. However, we've noticed that the latest…
Azure Data Factory
third-party SFTP with ADF
We are trying to connect Azure Data Factory to a third-party SFTP endpoint provided by Bloomberg. The connection fails when using the Azure Integration Runtime (AutoResolve IR). Is it possible to connect to Bloomberg SFTP using Azure IR + IP…
Azure Data Factory
I want to write a logic to trigger adf pipeline in cqrs architecture so where can i write in shared folder or feature folder
I want to write a logic to trigger adf pipeline in cqrs architecture so where can i write in shared folder or feature folder
Azure Data Factory
for api changes, what if we move the trigger pipeline code to shared?
for api changes, what happens if we move the trigger adf pipeline code to shared? now it is in feature in cqrs architecture
Azure Data Factory
Fabric login/Authenticator app keeps asking for authentication code
I am trying to login to Microsoft fabric using the registered email account (not outlook.com) and it keeps asking for authentication code even after i select I don't have access to the authentication code. It is a loop and no alternate way to…
Azure Data Factory
Azure Data Factory - Is it possible to tune for faster failover?
I'm working on a project in which we are utilizing Azure Data Factory for data migration. We are using a high availability architecture and currently our issue is that if a node fails it takes more than 5 minutes for the worker node to return to normal.…
Azure Data Factory
Need help installation of OLE DB drivers to SSIS IR for DB2 connect
Hi Team, I am trying to run an SSIS package in Azure Data Factory using an SSIS Integration Runtime. The SSIS package uses IBM DB2 as the source and SQL MI as the destination. However, the package execution is failing due to a DB2 connection…
Azure Data Factory
Not able to process the blob data
Hi, We are extracting data from an on-premises DB2 LUW database and loading it into an Azure Database for PostgreSQL. The source tables contain BLOB data types used to store PDF files, and the data copy process is getting stuck on tables with BLOB…
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
Is Azure Data Factory planning to add support for ztsd compression on parquet files?
I've run into some issues previewing parquet data using a pipeline Copy Activity when that data was compressed using the zstd codec. Are there plans for ADF to add support for this (now default in Databricks) compression method? Example error: An…
Azure Data Factory
How to handle pagination with $skipToken in Azure Data Factory
I'm curious how to handle pagination with $skipToken in Azure Data Factory According to the documentation (Pagination support) it seems quite simple in case when we have @odata.nextLink to use as next URL (Microsoft Graph API), but it's more complicated…
Azure Data Factory
Precision loss when migrating data from SQL Server to Snowflake using ADF via CSV staging (but not with Direct Copy)
I’m migrating SQL Server tables to Snowflake using Azure Data Factory. Direct Copy from SQL Server to Snowflake works, but I can’t use it because of the 100 MB row size limit. That forces me to take an intermediate staging approach. Approach 1: Direct…
Azure Data Factory
error with numeric columns in a PostgreSQL connection via ADF integration runtime 5.55.9315.1
Since November 15 (likely coinciding with the update of the self-hosted integration runtime to version 5.55.9315.1), numeric columns in our PostgreSQL tables have been displaying incorrect values when decimals are involved—the numbers appear to be…