Deltalake change data feed on synapse notebook
Hi Team, Could you please help us we are looking to enable change data feed to existing delta file but it is not working, we have used below steps to enable. set spark.databricks.delta.properties.defaults.enableChangeDataFeed =…
Azure Synapse Analytics
How to pass parameter from pipeline to synapse notebook ?
Hi, I have added based parameter on my notebook from pipeline but I am unsure how I can use them in the notebook. May I know is there a way to use it ? Thanks in advance.
Azure Synapse Analytics

Copy Dataverse data into Azure SQL - Cannot read metadata
Hi, I've followed this guide: https://learn.microsoft.com/en-us/power-apps/maker/data-platform/azure-synapse-link-pipelines?tabs=synapse-analytics and I get the error below when running the pipelines. When I investigate the storage account, I can see…
Azure Synapse Analytics
Common location for source and destination DB & server names for all Synapse notebooks to access?
Hi, I have a few Synapse notebooks running concurrently and I have been repeatedly writing the same DB and Server names in different notebooks. Is there a way to enter a common location for the same DB and Server names for all notebooks to…
Azure Synapse Analytics
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…
Azure Synapse Analytics
How to allow an integration pipeline to access a view in the serverless SQL Pool Built-in
I'm trying to build a pipeline. I want to use as the source dataset - data from the external table created against the parquet files stored in the Gen2 blob. I have the external tables and views setup and can access them in PowerBI via the Azure Synapse…
Azure Synapse Analytics
How to retrieve azure lost data
I lost all of my data and develop code. It was there but now i can not see it
Azure Synapse Analytics

Github interaction with synapse
We have github repo which is connected to our synapse environment, anytime someone configure git it makes a commit to master branch, actually we want to pull the updates from github rather than updating from synapse to git
Azure Synapse Analytics
Version control (GitHub) in Azure Synapse
Hello, I am trying to integrate Azure Synapse analytics with my GitHub account, and while I managed to do that following this guide: https://learn.microsoft.com/en-us/azure/synapse-analytics/cicd/source-control#connect-with-github, I don't understand…
Azure Synapse Analytics
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…
Azure Synapse Analytics
Getting Error while publishing changes to Synapse release branch: Failed to getFolderInSingleRequest, folder: <synapse-dev-workspace-name>. Reason: Cannot read properties of undefined (reading 'repository')
I am getting the following error while publishing the latest changes from a branch to release branch: Publishing error Error while publishing: Failed to getFolderInSingleRequest, folder: cs-vn-uset2-syn-ecrm. Reason: Cannot read properties of undefined…
Azure Synapse Analytics
When I'm trying to add a table in an existing synapse link, my new table in waiting for snapshot state for long, after I check the log, I got the error message.Error 22724 severity 16 Error occurred while exporting initial snapshot to landing zone.
When I'm trying to add a table in an existing synapse link, my new table in waiting for snapshot state for long, after I check the log, I got the error message. Error 22724 severity 16 Error occurred while exporting initial snapshot to landing zone.
Azure Synapse Analytics
errorCode": "2402 unable to load bulk data using COPY command to table
I am unable to execute COPY command to table . COPY INTO stg.Temp_FctSOSTracking_TPS_India FROM 'https://mfgdasynapseprod01sa.dfs.core.windows.net/landing/RSA/2024-02/2024-02-07/2024-02-07_00:00/fct_sos_details_*.csv' WITH ( FILE_TYPE='CSV', FIRSTROW=2,…
Azure SQL Database
Azure Synapse Analytics
Stored Procedure Activity getting failed
Hi, I have got to use couple of external tables(parquet) in dedicated sql pool. when I run stored procedures in dedicated sql pool using those external tables, its running successfully. But when I started running stored procedure using stored procedure…
Azure Synapse Analytics
How to fix an established connection was aborted by the server error while making SFTP connection using Azure Synapse?
Hello Team, While we are trying to connect SFTP using SSH public key authentication we are getting following error. Established connection was aborted by the server let me share the steps which we followed so far to connect the sftp. [1] Open PuttyGen…
Azure Synapse Analytics
Azure Data Factory
I am unable to publish changes in my Synapse workspace
M workspace is integrated 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]. Reason: ae.data is undefined". …
Azure Synapse Analytics
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 Analytics

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…
Azure Synapse Analytics
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…
Azure Synapse Analytics
Local timestamp issue with Synpase notebook
Hi, I am using Synapse notebook to write a record with system update timestamp. I wrote the following code in the beginning of the notebook code to adjust timestamp to UTC+8. # Adjust timestamps to Asia/Singapore…