Git Product home page Git Product logo

sql-data-warehouse-samples's Introduction

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) 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:

To see the complete list of resources in this repository, navigate to 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. 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. For more information see the Code of Conduct FAQ or contact [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.

sql-data-warehouse-samples's People

Contributors

allanmiller-msft avatar ayoolubeko avatar charles-gagnon avatar hirokib avatar kevinvngo avatar microsoft-github-policy-service[bot] avatar microsoftopensource avatar mitchvh-ms avatar msftgits avatar williamdassafmsft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sql-data-warehouse-samples's Issues

sqlDwAutoScaler ARM template Msdeploy bug

The template reference to the code is broken due to a change in the branch name:

"codePackageLocation": "https://github.com/Microsoft/sql-data-warehouse-samples/blob/master/arm-templates/sqlDwAutoScaler/SqlDwAutoScaler.zip?raw=true",

The url on line 258 needs to be changed from:
https://github.com/Microsoft/sql-data-warehouse-samples/blob/master/arm-templates/sqlDwAutoScaler/SqlDwAutoScaler.zip?raw=true

To:
https://github.com/microsoft/sql-data-warehouse-samples/raw/main/arm-templates/sqlDwAutoScaler/SqlDwAutoScaler.zip

ServiceLevelObjectives not valid anymore

The values for servicelevelobjective specified in the triggers are not valid

Currently: "ServiceLevelObjective": "DW100"
Should be : "ServiceLevelObjective": "DW100c"

Same for scale up aswell they are missing the letter c at the end

Broken Links

most of the links are broken in this project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.