How to remove/unset Spark configs that are pre-set by Microsoft
Background Synapse Apache Spark configurations allow users to create a blueprint for a Spark configuration that can be used for customizing the Spark behavior. This blueprint can be assigned to a Spark Pool (and will be used as new default for new…
Azure Synapse Analytics is not getting registered when working with Lab " Explore Azure Synapse Analytics"
getting error while trying the lab Explore Azure Synapse Analytics Registering resource providers... Microsoft.Synapse is not yet registered. Waiting for 30 seconds before rechecking... Microsoft.Synapse is not yet registered. Waiting for 30 seconds…
Synapse Link Dataverse F&O Multiple Files Partitions
Hi Team We have an Azure Synapse Link Dataverse with F&O, with a partition by year and the option appendOnly checked. In all my tables I just getting one file per year that make me sense, but i have one table that for some reason is generating…
Unable to update datetime to sink via data flow
Hi, I want to pass in a parameter to the data flow. This variable is current UTC value. @formatDateTime(utcNow(), 'yyyy-MM-dd HH:mm:ss.fff') In my data flow, I have a derived column. My sink column is timestamp data…
Synapselink Audit table source files
Hi. We have Synapselink for dataverse that send audit table data. The link creates audit and audit_partitioned tables automatically. Because of need to update spark pool there was pause in automatic table syncing. Now Audit_partitioned is missing some…
How to access secrets from Key Vault from Synapse Spark Job Definition PySpark file
Hello Everyone I'm trying to read the data source credentials as a secrets from the Key Vault using the Python SDK on a PySpark Job. I've gone through many articles and used different ways to read the secrets from Key Vault, but nothing worked out.…
Unable to read content of file despite able to see FileInfo. urlopen error [Errno 5] Input/output error
I have 2 notebooks in different accounts, Staging & Production. Both use Managed Identity, linkedService -> System-assigned managed identity, and mounted drive. Both notebooks use the exact same code: Both can see the FileInfo, name, size,…

Unable to use Linked Service Connection Using "To File Path": The configuration is overwritten after Publishing and during usage
Configuring Access to Amazon S3 with Limited Permissions I am working with an Amazon S3 storage system where my access is restricted to a specific bucket/ directory, rather than having root-level access. This limited permission setup has led me to…
Azure Synapse Apache Spark pool in Current state: DeleteError. How do I get it into a succeeded state?
Hi, I tried to delete an Apache Spark pool. Deletion failed. Jobs are still running, but I cannot make any changes to the configuration of the Spark pool. Neither can I delete it. I read that "unlinking all notebooks from the spark…
Failed to update table. Change in table plan is limited to once a week. Last update was yesteday.
For a table in Log analytics workspace we had changed to Basic plan. We need it to be changed to Analytics immediately to reduce impact. But receiving error failed to update Change in table plan is limited to once a week. Last update was yesteday What…
how to update apache spark pool version from3.3 to 3.4 if don't have any spark pools under the synapse workspace
i dont have spark pools configured under synapse analytics workspaces so how can i update syanpse spark pools to 3.4 version. is there any dependency validation required for this?
Synapse stuck in provisioning state
I deployed a Synapse Workspace a long time ago. It never finished deploying, and now I want to get rid of it, but I am unable to delete it. The deletion fails with message: "Workspace is in non-terminal state Provisioning and cannot be…
Integrating Spark with Azure Synapse Dedicated sql instance
Hi, I am having a Synapse dedicate sql instance to which I am trying to read and write using Apache spark from Java application. But issue arise when trying to create a Table due to default Clustered index creation which does not allow MAX for Synapse…
Issue with Synapse Lake Database Table
Hello, I am having an issue with Synapse Lake Database Table. I created a table in Lakehouse database, I was able to do a select and everything from pyspark notebook. However when i try to do the select from SSMS or synapse it doesn't work. It says table…

Why are incorrect v-cores allocated?
I created and ran a notebook with one executor. In the monitor section, i see that 48 cores are allocated and i am unable to utilize more cores in other notebooks. I have to wait almost 30 mins after i stop the spark session to create the session…
Azure Data Factory - Copy data from AWS Redshift to Azure Synapse - Failed to connect error
Hi, I am trying to copy a table of data from AWS Redshift into Azure Synapse, below is the JSON code from the data factory: { "name": "pipeline1", "properties": { "activities": [ { …
Failed to publish and activate the trigger
Hi, I built a pipeline in Synapse and added an event trigger on it so the pipeline will be executed once a new file is uploaded to my storage account. The issue is that I couldn't activate the trigger. When I started the trigger and clicked…
Azure Synapse - slow performance issues
We are encountering slow performance issues with Azure Synapse. DWU is low yet queries are still taking too long to execute, even simple SELECT statements. Region is Southeast Asia. Issue was encountered around 1300H (GMT +8).

How did Azure Synapse Analytics blow through so many credits?
I set up Azure Synapse Analytics a few days ago, but didn't complete the set up so hadn't even started using it (no data loaded). I logged back in today to finish setting it up and I noticed that it showed I had spent almost $5,000 over the weekend. I…

How to read zip file in Azure Synapse Notebook with extension of .zip.
Hi Team, Could you please advise the pyspark code, how to read zip files in synapse notebook. Example: File_Name - samplefile.zip Note: In the samplefile.zip we have multiple csv files, please let us know. The file Extension is only with .zip. …