docs(cas): update leftValue.name validation guidance - #209
Open
gonzalezw wants to merge 1 commit into
Open
Conversation
tdx cas sg push / tdx cas validate now catch a leftValue.name mismatch before it reaches the backend, instead of silently pushing a segment that matches zero rows. This skill still described the old no-validation behavior as current/permanent. Updated the known-limitations, the leftValue.name section, the schema-validation note, and the troubleshooting table to match. Co-Authored-By: Claude Sonnet 5 <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.
Summary
A recent tdx release added client-side validation for a composable segment rule's
leftValue.name—tdx cas sg pushandtdx cas validatenow catch a mismatch (e.g. using the raw CDW column name instead of the audience's declared attribute name) before it reaches the backend, instead of silently pushing a segment that matches zero rows.This skill still described the old no-validation behavior as current/permanent in several places, which would give an AI agent (or human) an actively wrong mental model — e.g. telling someone "there's no way to catch this" when the CLI now does.
Changes
known-limitationsfrontmatter: updated to describe the new structural + leftValue.name validation, and the scope limit (unrecognized condition types still pass through by design).leftValue.nameexplanation: now describes when the check runs (push always resolves the live audience; offline validate only when a siblingaudience.ymlis present) and the remaining gap (a lone segment file with no sibling audience YAML).last-validated.Test plan