Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Nicks trials and errors #46

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/markdown_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation Checks
on:
push:
paths:
- .github/workflows/*.yml
- .github/workflows/oops/*.yml
- "**.md"

jobs:
Expand Down
5 changes: 0 additions & 5 deletions deploying_tableau_server_on_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._

Expand Down
1 change: 1 addition & 0 deletions labs/cicd-graduates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
1 change: 1 addition & 0 deletions setup/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions sql101.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.