Skip to content

queries: rename cruise_key_0 → cruise_key in 3 queries#3

Merged
bbest merged 1 commit into
mainfrom
fix-cruise-key-0
May 20, 2026
Merged

queries: rename cruise_key_0 → cruise_key in 3 queries#3
bbest merged 1 commit into
mainfrom
fix-cruise-key-0

Conversation

@bbest
Copy link
Copy Markdown
Contributor

@bbest bbest commented May 20, 2026

casts.parquet now exports the canonical cruise_key (YYYY-MM-NODC) and drops the interim cruise_key_0 (the pre-bridge SOURCE-renamed Cruise_ID). Three queries still referenced the old name:

  • datasets/bottle.md (c.cruise_key_0 AS cruise_key)
  • spatial/bbox.md (cruise_key_0 AS cruise_key)
  • temporal/date-range.md (cruise_key_0 AS cruise_key)

All three now select cruise_key directly. Validated against v2026.05.20 via workflows/test_release.qmd (9/9 passing SQL queries).

casts.parquet now exports the canonical cruise_key (YYYY-MM-NODC)
and drops the interim cruise_key_0 (the pre-bridge SOURCE-renamed
Cruise_ID). Three queries still referenced the old name:

- datasets/bottle.md      (c.cruise_key_0 AS cruise_key)
- spatial/bbox.md         (cruise_key_0   AS cruise_key)
- temporal/date-range.md  (cruise_key_0   AS cruise_key)

All three now select `cruise_key` directly. Validated against
v2026.05.20 via workflows/test_release.qmd (9/9 passing SQL queries).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bbest bbest merged commit b1a427e into main May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant