synapse support
44 TopicsNotebook - This request is not authorized to perform this operation. , 403
This a quick post about this failure and how to fix: Error: org.apache.spark.sql.AnalysisException: java.lang.RuntimeException: The operation failed: 'This request is not authorized to perform this operation.', 40336KViews0likes17CommentsSynapse Connectivity Series Part #2 - Inbound Synapse Private Endpoints
This blog article will feature Synapse Private Endpoint. The foundation of this article was based on a previous post - Azure SQL DB Private Link / Private Endpoint - Connectivity Troubleshooting) which I will go more in depth with Synapse specific features.35KViews5likes7CommentsCICD Automation in Synapse Analytics: taking advantage of custom parameters in Workspace Templates
When using automated CI/CD in Azure Synapse Analytics, users can take advantage of custom parameters to extend the capabilities of the default Workspace template, allowing the exposure and the overriding of any artifact property that is not parameterized by default. This article will walk you through the necessary steps to create and benefit from using custom template parameters in your Synapse CICD processes.25KViews9likes4CommentsSynapse Connectivity Series Part #4 - Advanced network troubleshooting and network trace analysis
In this 4th part of connectivity series, we are going deep. On this post we will show how to troubleshoot connectivity issues on Azure Synapse Analytics using network traces and Wireshark. It covers various scenarios and solutions for common errors such as server not found, port closed, pre-login handshake failed, and connection dropped. It also provides some tips and tools for capturing and analyzing network traffic.25KViews3likes0CommentsThe transaction log for database 'tempdb' is full due: Query performance
While running the data copy process the procedure fails as follows: message 2020-10-28 12:11:18.09 spid282 Error: 9002, Severity: 17, State: 4. 2020-10-28 12:11:18.09 spid282 The transaction log for database 'tempdb' is full due to 'ACTIVE_TRANSACTION'23KViews0likes0CommentsAutomating the Publishing of Workspace Artifacts in Synapse CICD
New features have been recently introduced in Synapse Workspace Deployment task V2 to facilitate CICD automation in Synapse. These features will give users the ability to do one touch deployments. Before introducing these features, users had to manually hit the “Publish” button from the Synapse Studio, to persist their changes in Synapse Service (Live Mode) and generate the ARM templates for deployment in the publish branch. This was a showstopper for a fully automated CICD lifecycle. With the introduction of these new features, users will no longer require the manual intervention from the UI, thus allowing a fully automated CICD in Synapse. Adding to this, these features to validate as well as generate the ARM templates for deployment using any user branch.22KViews12likes7Comments