Spark 3.4 not supporting CDM
Hello I have a problem. Currently, we run notebooks that are connected to Dataverse via an Azure Synapse link. Within these notebooks, data is read into CDM. However, Microsoft has stated that Spark Pool 3.4 does not support the CDM connector. What…
How can I access the Synapse REST API from Spark notebooks in a Synapse workspace deployed with a private endpoint?
I'm trying to access the Synapse REST API from Spark notebooks in my Synapse workspace, which is deployed with a private endpoint and has public network access disabled. When I attempt to call the API from within a notebook, I get the following…
Can't access external REST API using pyspark with Azure Synapse
I am not able to connect to external REST API with azure synapse. Sample code is as below from the notebook which is throwing a Failed to establish a new connection: [Errno 101] Network is unreachable error. Are there any settings that needs to be…
How can I optimize the upsert method in a Synapse Copy activity when transferring data from ADLS (using a SQL query) to MongoDB?
I’ve built a pipeline that copies data to MongoDB using an on-demand SQL query with upsert functionality. The MongoDB collection currently holds around 300 million records. My goal is to update approximately 50,000 records daily and insert around 700,000…
Azure Synapse CI/CD Pipeline Spark Pool Parameterization Issue
A Synapse Project with three notebooks is set up, each utilizing a Spark cluster, e.g., sparkuksdev. The notebooks are part of a pipeline where the Spark cluster is parameterized through a SQL Data Warehouse's Parameters table using…

Azure Synapse Workspace deployment fails due to Location 'westeurope' is not accepting creation of new Windows Azure SQL Database servers for the subscription
I am attempting to provision an Azure Synapse Workspace, but the deployment consistently fails with the following error: {"code":"ValidationFailed","message":"Workspace request validation failed, check error details…
In Azure Synapse monitor Apache Spark Applications who or what is the submitter GUID?
In Synapse studio monitor Apache Spark Applications the same GUID - 2864980c-2195-47d6-bc42-d8b4ff8e3e11 - appears many times as the submitter and I cannot find out who or what this is. I have tried >az ad sp show --id…
Create DB identity in synapse notebook
Hi, I want to create a Synapse notebook where can read data from Azure SQL server DB. So I need to connect the DB via jdbc and enter the user name and password like code below. Is there a way where I can store this username and password somewhere so that…
There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under subscription
I am getting a few errors. Firstly, when I trigger a pipeline, I get the error in the title: Operation on target file failed: There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under subscription…

Synapse Analytics - ActionTimedOut
Hello Support Team, For the past three days, our processes have been encountering recurring "ActionTimedOut" errors. No recent code changes have been made, and there has been no significant increase in data processing volume. As you can see,…
Azure Synapse Link for Dataverse Spark issues
I have set up a Azure Synapse Linked Service for Dataverse and the Lake Database got auto created in the Synapse workspace. I can also run a SQL script on any of the Dataverse tables that I included in the Link by right clicking them and using the select…
Issue with Creating Storage Event Trigger in Azure Synapse – Access Token Missing Required Claims
I have Owner access on: The Azure Storage Account The Azure Synapse Workspace My storage account is a general-purpose v2 account. The Synapse workspace has system-assigned managed identity enabled. I assigned the following roles to the Synapse…
Error generated in Synapse when I query dataverse data in Spark Notebook
Hey there, I am having an issue querying the data from the Synapse Link for Dataverse in a Spark Notebook within Synapse. I am able to run a SQL query against the data (which appears in Synapse as a Lake Database) and it returns data. See below …
How to export Artifacts ARM Template for a Azure Synapse Workspace?
Is there a possible way to export an "Artifacts ARM Template" from a specific resource? I have been trying to implement an Azure devops CI/CD Pipeline that migrates artifacts (Pipeline, dataflows and datasets) between Synpase workspaces (i.e.…
I am unable to publish changes in my Synapse workspace
M workspace "simple-modern-analytics" is integrate with github. We've successfully published changes hundreds of times. Now we are getting an error "Error while publishing: Failed to getFolderInSingleRequest, folder: [workspace-name].…
Pipeline to wait until spark cluster is available
Hello, We have a very small node cluster and due to multiple spark notebooks running at the same time the notebooks or pipeline fails with 6002 timedout error. Some notebooks do not start at all and fails. Is there a way we can queue the notebooks or…
Pipelines are failing is Synapse Environment without any proper error specified?
Issue Description: Pipelines are failing in the Synapse environment without any specific error message or detailed logs. The pipelines run as usual but fail silently, and no error or warning is provided that can help diagnose the root cause of the…
How to improve data flow sink performance
Hi, I am using Synapse for ETL. When I only updated 3 records, my sink processing time still need 7 mins. My target table contains about 6 millions records. I tried to optimize the sink by setting round robin and hash with 8 partitions, but I feel the…
Synapse Create Lake Database Table using a Parquet file from python
I have a Lake Database in Synapse - Not a SQL DatabaseTo date I have been creating tables manually in the workspace GUI choosing "Create external table from data lake" and selecting a parquet file from my Azure Storage.I want to use Python to…
What are the best practices or recommendations for setting up Disaster Recovery (DR) for services hosted on Azure?
I'm looking for recommendations on how to set up disaster recovery (DR) for the following Azure services, which are deployed in both test and production resource groups. I’ve been asked to plan a comprehensive DR strategy (Particularly Synapse dedicated…