Best deployment strategy for Synapse Serverless SQL

Steven Vandeputte 6 Reputation points
2021-10-04T08:40:12.537+00:00

Hi there,

what would be the best deployment & CI/CD strategy for Synapse Serverless SQL?
As a Serverless DB is a more a container of external tables, views & procedures than an actual database, we have some troubles with how we want to deploy or promote changes from one environment to another.

SSDT schema compare is not supported (or doesn't work), so it seems like we should fully recreate all Serverless objects on the new environment (recreation of External tables first & afterwards SQL views).

Is there anything on the roadmap that allows us to properly perform promotion of artefacts or schema compare with Serverless SQL?

Thanks!

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,378 questions
{count} vote

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2021-10-09T07:44:13.76+00:00

    Hi @Steven Vandeputte ,

    Sorry for the delayed response.

    SSDT is supported for dedicated, while serverless doesn’t support it now. For now product team has suggested to have GIT repository with all the definitions of views/external tables/data sources etc.

    Currently only option to execute scripts via Azure DevOps is via PowerShell or by using extension “Azure SQL database deployment” and select Deploy type “SQL script file” and path to SQL script which should be executed targeting the Serverless endpoint as Azure SQL server.

    At this time, we do not have any update about the road map plan from product team. But this could be a new feature request for Synapse. Hence I would recommend you to please submit a feature request thread by following the guidelines provided in this article: How to send ideas and suggestions to the Synapse team

    Hope this info helps.

    ----------

    • Please don't forget to click on 130616-image.png and upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.