Click the "Fork" button at the top right of this page to create your own copy.
Your instructor will share the passphrase during the workshop.
Via the web UI:
- Go to github.com/settings/codespaces → New secret
- Name:
WORKSHOP_PASSPHRASE - Value: the passphrase from your instructor
- Repository access: select your fork (
<your-username>/exasol-workshop-starter)
Or via the CLI:
gh secret set WORKSHOP_PASSPHRASE --user --repos <your-username>/exasol-workshop-starter --app codespaces
# paste the passphrase when promptedVia the web UI: go to your fork → Code → Codespaces → Create codespace on main
Or via the CLI:
gh codespace create --repo <your-username>/exasol-workshop-starter --branch main --machine basicLinux32gb
gh codespace ssh # or open in VS CodeAWS access is configured automatically. Verify:
aws sts get-caller-identitySee workshop.md for the full workshop guide.