Match POST /pipelines' response and in-band states to the live API - #161
Merged
Conversation
…e API
The live 201 from POST /pipelines is a bare JSON string (the id alone), not
the {id} object this spec promised; and in-band dataset status reports
scheming / initial-writing / initial-writing-completed, none of which the
enum carried — initial-writing-completed being the terminal state of a
finished in-band initial load. Both verified against staging 2026-08-29
while live-testing the files quickstart.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
wemrysi
approved these changes
Aug 29, 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 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.
Two documented-vs-live mismatches found while running the files quickstart against staging (2026-08-29):
{"id": "<string>"}.components/schemas/idis referenced only by this response, so the component now describes the live truth.inband-state.stateenum: the live API reportsscheming,initial-writing, andinitial-writing-completed— the last being the terminal state of a finished in-band initial load, which pollers need to recognize (the quickstart's status poll spun a full ten-minute bound waiting for awrittenthat never comes).Redocly lint clean (2 pre-existing warnings).
🤖 Generated with Claude Code