azure.synapse.tools
azure.synapse.tools copied to clipboard
PowerShell module to deploy Synapse workspace (and more) in Microsoft Azure.
Found a bug in the incremental deployment. If the blob does not exist in the container, the deployment will fail.
When trying to use config-prod.csv to replace the script in a sqlscript as part of a synapse deployment, I found that the library saves the file with escaped values, e.g....
Deployment throws error "ASWT0029: Unknown object type: SparkConfiguration" when deploying a notebook (example shown below) that has a reference to a custom spark configuration. I believe this may be a...
**enhancement** In a large/complex project the DocDiagram generated can become cluttered and confusing to understand due to the number of dependencies. Please add an option to filter to a specific...
**enhancement** I've found the SynapseDocDiagram function that generates code to produce a mermaid diagram very useful for understanding dependencies when taking over an existing project. I'd like the option to...
Is it on the horizon to be able to deploy managed private endpoints and managed virtual networks as it's currently not supported? Cheers
Hi, i am building a github action to deploy a synapse workspace. - I have a service principal that is owner on the ressource group and admin in the synapse...
When DeleteNotInSource option is activated , it tries to delete even the linked service managed by Synapse workspace ``` {"code":"ResourceNotDeletable","message":"The linked service | {synapse_workspace_name}-WorkspaceDefaultStorage is managed by the | {synapse_workspace_name}...
Hi, A recently added linked service with a user-assigned managed identity / credential broke our Synapse deployment. Is there a plan to add support for the credential too? Do something...