It’s recommended to begin employing DevOps practices in your organization as soon as possible when building your analytics solution with SQL Data Warehouse. For SQL Data Warehouse developers who are just getting started with database DevOps, this blog shows how to simply import and onboard an existing SQL data warehouse to a local source control repository using SQL Server Data Tools (SSDT). You will then create a new development environment for this data warehouse.
- Install Visual Studio 2019
- Connect to your data warehouse and right click on the object explorer to create a new project
- Create and add the new project to local source control repository
- You should now see your database project in the solution explorer
- Ensure your project can build successfully. If you have any references to DMVs that are causing build errors, add a database reference to master.
- Now create your development environment by right-clicking on your project and publishing to a server.
You have now placed your data warehouse model in source control and created a new development environment with SQL Data Warehouse. Learn more about SQL Data Warehouse DevOps by going through the following tutorials:
Updated Apr 20, 2020
Version 5.0kevin_ngo
Microsoft
Joined September 05, 2019
Azure Synapse Analytics Blog
Follow this blog board to get notified when there's new activity