Commit 10ad1f1
ci: stop hardcoding 'snapshots' target_schema in failed_snapshot fixture (CORE-687)
failed_snapshot.sql is a parse-time fixture (intentionally invalid SQL)
that's never actually run by CI. The hardcoded target_schema='snapshots'
was forcing a fixed Glue database name and breaking the per-run schema
isolation pattern. Use target.schema instead so it lands in the same
ephemeral schema as the rest of the run.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 863b43a commit 10ad1f1
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments