Commit 7c4f071
fix(week11): clarify .env.example placeholder and add sslmode
Rename the misleading `pipeline_user` placeholder to `your-pg-user`:
students' actual Week 9/10 logins are their own names, and a student who
keeps `pipeline_user` verbatim hits an auth failure. Also append
`?sslmode=require` so the example matches what the README already
instructs (line 69) and how Azure Postgres is meant to be reached.
Neither change caused the reported "relation dev_<name>.fct_trips does
not exist" error (that was a wrong database in a student's own .env),
but both remove a foot-gun and keep the example self-consistent.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 0a5b1b1 commit 7c4f071
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
0 commit comments