Copy Files from sharepoint online site to azure datalake storage
Hello We are trying to setup the flow which will copy files from sharepoint online site to azure datalake storage. As per my understanding there are 2 options : Using ADF to pull the files as mentioned in the link below…
Web activity is throwing an error in adf pipeline
One of the web activities in my adf pipeline is throwing an error : Error calling the endpoint 'https://acp-01-appkv.vault.azure.net'. Response status code: 'NA - Unknown'. More details: Exception message: 'NA - Unknown [ClientSideException] The remote…
Regarding the AI-102 - Designing and Implementing a Microsoft Azure AI Solution - English (ENU) being revoked without any violation
I am Venkat Vardhan and I have registered to appear for AI-102 - Designing and Implementing a Microsoft Azure AI Solution - English (ENU) on November 6th at 1:30 pm IST. While I was attempting the test, I got a message from the proctor on the chat…
How to connect to salesforce through Delta copy database template?
I have attached a screenshot, For the source dataset when I try to connect to Salesforce Linked service, it automatically opens a new linked service for Azure SQL Database. Can you please help me to understand if I am missing somethingDelta.png
Unable to create HDInsight On Demand Cluster in Azure Data Factory
I am getting the issue to creating the On Demand HDInsights in Azure Data Factory. The status is stuck at "PreparingCluster". Here's my LinkedService configuration. OS type : Linux
Azure-ADF pipeline failure while coping data to parquet file as Sink.
We are facing below error while copying data from RDBMS source to ADLS(Parquet File) as Sink. Error Message: ParquetJavaInvocationException,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=An error occurred when invoking java,…
How to give Sharepoint folder granular access to a Service Principal ?
Our team is working to get data from Sharepoint to Azure blob storage. We decided to use ADF as logic apps has size limitations. The doc referred is Microsoft Learn To complete this solution, we need to give the sharepoint site full access to the…
error code 2011
i am testing a pipeline, i introduced a repeated row in one of the files that i want to upload. i was expecting that the pipeline would have run anyway, uploading the correct files and not the incorrect one. actually, the entire pipeline did not work...…
Azure Data Factory - Getting data from D365 partylist attributes
Hi I have read that the ADF dynamic 365 connectors (when using Copy) cannot extract data from partylist attributes nor can populate them when loading data in D365. If that is the case is there a work around or do i have to revert to using…
Azure Data Factory (ADF) — where the Data Flow activity shows a status of "Successful" taking about 52 minutes to write to the SINK but the pipeline trigger still shows "In Progress" util duration 10 hours.
I'm getting issue when using adf pipeline call to execute ADF Dataflow. Dataflow name: df_attachment Pipeline name: pl_ingest_attachment. I'm using pl_ingest_attachment trigger to df_attachment. but i see some issue: i see status write to sink in…
adf cost reduction
Hello , I am trying to use the Powershell script to reduce the costs in ADF. I am not a Powershell expert, below are the snippets of PowerShell Invoke-AzDataFactoryV2Pipeline -DataFactory $df -PipelineName "Adfv2QuickStartPipeline"…
Connect ADF to on-premise D365
Is there a good article that explains fully how one can connect ADF to an on-premise D365 instance that clearly explains how to set up the Self-Hosted IR and the recommended linked service option values (i.e. authentication type) when extracting data…
Azure AD Seamless SSO and Teams error
We have successfully enabled seamless SSO in our Active Directory - Microsoft Entra ID environment by following Microsoft's quickstart guide (https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sso-quick-start) and tested it by…
Unable to copy payload from snowflake sql rest api to Azure blob
Hi , I am using web activity to get oauth token and passing subscription key and token to get method source dataset in a copy activity. postman is giving correct result but getting below error:- "Code": 22755, "Message":…
How do I dynamically replace manual value here?
I am trying to set some type of variable (or possibly parameter) inside this expression where there is '-1' so that I do not have to go each step individually but able to modify at one location to make the effect for other pipelines as well. Sometimes, I…
Azure Data Factory in Gov Cloud Linking to Fabric Data Warehouse in Azure Commercial
I have a tiered data architecture where: controlled data gets processed in Gov Cloud using Azure Data Factory (ADF) non-controlled data get processed in Commercial Cloud using Fabric I'm trying to write some aggregated data from a pipeline in ADF…
Azure, how to process only the first row of Excel file?
I use MS Azure Data Factory online in the portal. I have some type of premium license. All blob storage is the newer Gen2. One of the fields in row 1 is named "TrackNum" via a Derived Column step, and in row 1 has the contents…
could you please let us know the use of map drift in data preview tab and how it internally works, if pivot key always changing
source pointing to product ,profit and region group by :-region pivot key -product name pivoted columns- sum(profit)
In my ADF I have few pipelines, is it possible to Export / Migrate those pipelines in Synapse Analytics...?
In ADF I have grouped all the activities in the form of Pipelines, So is it possible to migrate or export those pipelines in Azure Synapse.
GraphQL source, SQL Azure Database Destination, is Azure Data Factory the best choice?
Hi Relatively new to the world of Data Factory and pulling information via API, in this case GraphQL. Issue I'm having is there is little examples out there of GraphQL queries in Azure Data Factory. And when it comes to pagination, which I can perform…