Rename columns for v2026.06.26 schema; default to v2026.06.26#4
Merged
Conversation
v2026.06.26 renamed casts.datetime_utc→datetime_start_utc, tow.time_start→datetime_start_utc, lon_dec→longitude, lat_dec→latitude, net.std_haul_factor→standard_haul_factor, vol_sampled_m3→volume_sampled. Updated _queries/*.md inline SQL + prose, lib/match.js (bio-env sql_builder), lib/options-sources.js, and bumped default_version to v2026.06.26. Fixes calcofi.io/query against the latest release and unblocks the test_release latest.txt gate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
calcofi.io/query broke against the latest release because v2026.06.26 renamed six columns; the queries still used the old names. Renamed across
_queries/*.md(inline SQL + prose),lib/match.js(the bio-envsql_builderqueries), andlib/options-sources.js:datetime_utcdatetime_start_utctime_startdatetime_start_utclon_declongitudelat_declatitudestd_haul_factorstandard_haul_factorvol_sampled_m3volume_sampledBumped
default_version→ v2026.06.26. Kept 1:1 withcalcofi4r/R/match.R(separate PR). Note: selecting a pre-rename release in the version field will now error (old releases lack the new column names) — acceptable; the app tracks latest. Needs a Pages deploy (merge) to go live.🤖 Generated with Claude Code