https://github.com/microsoft/sql-data-warehouse-samples
Snippets and samples for Azure SQL Data Warehouse
https://github.com/microsoft/sql-data-warehouse-samples
Last synced: 5 days ago
JSON representation
Snippets and samples for Azure SQL Data Warehouse
- Host: GitHub
- URL: https://github.com/microsoft/sql-data-warehouse-samples
- Owner: microsoft
- License: other
- Created: 2017-02-23T00:39:23.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T00:41:55.000Z (over 1 year ago)
- Last Synced: 2025-04-08T10:12:20.265Z (6 days ago)
- Language: C#
- Homepage: http://aka.ms/sqldw
- Size: 12.8 MB
- Stars: 144
- Watchers: 25
- Forks: 115
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - microsoft/sql-data-warehouse-samples - Snippets and samples for Azure SQL Data Warehouse (C# #)
README
# Azure SQL Data Warehouse Samples Repository
This GitHub repository contains code samples that demonstrate how to use [Microsoft's Azure Synapse dedicated SQL pools (formerly SQL Data Warehouse)](http://aka.ms/sqldw) service. Each sample includes a README file
that explains how to run and use the sample.## Releases in this repository
Releases allow you to conveniently download sample databases or applications without the need to build them from source code. This repo has the following releases:
- [Wide World Importers sample database](https://github.com/Microsoft/sql-data-warehouse-samples/releases/tag/wide-world-importers-v1.0) is the main Azure SQL Data Warehouse sample.
To see the complete list of resources in this repository, navigate to [Releases](https://github.com/Microsoft/sql-data-warehouse-samples/releases).
## Working in GitHub
To work in GitHub, go to https://github.com/Microsoft/sql-data-warehouse-samples and fork the repository. Work in your own fork and when you are ready to submit to make a change or publish your sample for the first time, submit a pull request into the master branch of sql-data-warehouse-samples. One of the approvers will review your request and accept or reject the pull request.Each sample should be in its own folder with a README.md file that follows the [template](README_samples_template.md). Generated files (e.g., .exe or .bacpac) and user configuration settings (e.g., .user) should not be committed to GitHub.
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.## License
These samples and templates are all licensed under the MIT license. See the license.txt file in the root.