Uh oh!
There was an error while loading. Please reload this page.
chore(schema): pin data-ingestors to the #359 merge commit - #217
Merged
Conversation
Closes the T16 coupled release opened by #216: the vendored schema was pinned to the WS1 PR-branch head pre-merge; data-ingestors#359 is now merged, so the pin moves to the merge commit on develop (7b4ecac21ee491998ea4252daace9a5af6a1cb4a). sync-schema.sh confirms both vendored files (ingest.v1.json, layout.v1.json) are byte-identical to the merge commit - no vendored content changes, ref-only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
divyasinghds
approved these changes
Jul 10, 2026
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 freeto 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.
What
Bumps
scripts/.data-ingestors-reffrom the WS1 PR-branch head (c38c8ad, pinned pre-merge by #216) to the data-ingestors#359 merge commit (7b4ecac) — the documented T16 follow-up from #216's PR body.scripts/sync-schema.shconfirms both vendored files (ingest.v1.json,layout.v1.json) are byte-identical to the merge commit, so this is a ref-only change;--checkand the registry↔schema parity tests stay green (go test ./internal/push/... ./internal/schema/...pass locally).Part of tracebloc/backend#1057 / epic tracebloc/backend#1054.
🤖 Generated with Claude Code
Note
Low Risk
Ref and comment-only change; embedded schema files are unchanged and CI drift checks should remain green.
Overview
Updates
scripts/.data-ingestors-reffrom the pre-merge WS1 branch head (c38c8ad, set in cli#216) to the data-ingestors#359 merge commit on develop (7b4ecac). Comment text now documents that this completes the T16 coupled release for time_series_classification (backend#1054/#1056).No vendored schema JSON changes in this diff—the embedded
ingest.v1.json/layout.v1.jsonalready match the merge commit; CI still validates against this pinned SHA viascripts/sync-schema.sh --check.Reviewed by Cursor Bugbot for commit ffc2617. Bugbot is set up for automated code reviews on this repo. Configure here.