microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.57k stars 900 forks source link

Integration with Azure DevOps for Notebooks #15577

Open tymtam2 opened 3 years ago

tymtam2 commented 3 years ago

Is your feature request related to a problem? Please describe.

Our organization is making steps to move from Sql Server Management Studio to Azure Data Studio and we want to leverage the notebooks feature. However our ogranisation uses Azure DevOps to store code and Notebooks can only be easily shared via github as shown here: https://cloudblogs.microsoft.com/sqlserver/2020/11/16/building-and-sharing-jupyter-books-in-azure-data-studio/

Describe the solution or feature you'd like

Azure Data Studio should support storing shared Notebooks in Azure DevOps.

Describe alternatives you've considered

We've considered using local notebooks that are manually synced with DevOps (poing ADS to a local file which is inside a git repo)

Additional context

None

alanrenmsft commented 3 years ago

@tymtam2 great to know that your organization is adopting Azure Data Studio 👍

tymtam2 commented 3 years ago

@alanrenmsft @barbaravaldez As of v 1.29 (May-2021) what would be advice for having shared private notebooks?

barbaravaldez commented 3 years ago

Hi @tymtam2, currently we don't support the discovery of private repos from the Remote Book Dialog. However, you could use this extension generator to create a vsix package containing your notebooks or book and distribute it privately within your org.