diff --git a/.github/workflows/markdown_checks.yml b/.github/workflows/markdown_checks.yml index 818751e..b65ec1a 100644 --- a/.github/workflows/markdown_checks.yml +++ b/.github/workflows/markdown_checks.yml @@ -3,7 +3,7 @@ name: Documentation Checks on: push: paths: - - .github/workflows/*.yml + - .github/workflows/oops/*.yml - "**.md" jobs: diff --git a/deploying_tableau_server_on_aws.md b/deploying_tableau_server_on_aws.md index 37399fe..ff7905d 100644 --- a/deploying_tableau_server_on_aws.md +++ b/deploying_tableau_server_on_aws.md @@ -4,16 +4,11 @@ This walkthrough is divided into four parts: -- [Install Prereqs](#install-prereqs) _(20 minutes)_ -- [Deploy](#deploy) _(5 minutes)_ -- [Connect and Test](#connect-and-test) _(10 minutes)_ -- [Shut It Down](#shut-it-down) _(1 minute)_ _**Time Requirement:** <45 minutes (total)_ ## Install Prereqs -_**Time Requirement:** 20 minutes_ _**Overview:** This section walks through getting software installed and getting AWS-related credentials stored correctly. **These steps only need to be done once.** Complete this section before continuing to the next section._ diff --git a/labs/cicd-graduates.md b/labs/cicd-graduates.md index 4e75308..916b2a6 100644 --- a/labs/cicd-graduates.md +++ b/labs/cicd-graduates.md @@ -5,6 +5,7 @@ The GitHub users below ***killed it*** on their [CI/CD lab](intro.md)! 😎 [//]: # (Add your username below, in alphabetical order to prevent conflicts and duplication.) - @aaronsteers +- @nickatko ## Commence the celebration! diff --git a/setup/windows.md b/setup/windows.md index 5189f1b..2dacc47 100644 --- a/setup/windows.md +++ b/setup/windows.md @@ -72,6 +72,7 @@ Now that you have the core tools installed, you can click to install any of the - [choco://sql-server-management-studio](choco://sql-server-management-studio) - [choco://wsl](choco://wsl) - [choco://wsl-ubuntu-1804](choco://wsl-ubuntu-1804) +- [choco://autohotkey.portable](choco://autohotkey.portable) ## Extra Credit: Create a GitHub Account diff --git a/sql101.md b/sql101.md index 2116de7..7b21b36 100644 --- a/sql101.md +++ b/sql101.md @@ -142,3 +142,6 @@ CREATE OR REPLACE TABLE ______ AS... ## Interactive Online Tutorial - [sqlbolt](https://sqlbolt.com/lesson/select_queries_introduction) + +## SQL Style Guide +You will be writing much SQL, might as well do it with style. Here's [an opinionated guide](https://github.com/mattm/sql-style-guide) for writing clean, maintainable SQL.