feat: add derived readiness columns and improve lab report parsing#76
Open
fern-api[bot] wants to merge 1 commit intomainfrom
Open
feat: add derived readiness columns and improve lab report parsing#76fern-api[bot] wants to merge 1 commit intomainfrom
fern-api[bot] wants to merge 1 commit intomainfrom
Conversation
Add support for derived readiness data in aggregate and query operations, enabling access to sleep scores, recovery metrics, and strain analysis. Update lab report parsing to support batch file uploads and enhanced metadata extraction. Key changes: - Add DerivedReadinessColumnExpr with support for sleep_score, recovery_score, strain_score, and other readiness metrics - Integrate derived readiness columns into AggregateExprArg, QueryGroupByItem, and QuerySelectItem union types - Update IndexColumnExpr to include derived_readiness index type - Change BodyCreateLabReportParserJob.File from io.Reader to []io.Reader for batch processing - Remove JobId field from ParsingJob and add FailureReason field with machine-readable error codes - Convert ResultMetadata fields to optional pointers and add Gender field - Make QueryBatch timeframe and queries fields required (removed omitempty tags) 🌿 Generated with Fern
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.
Version Bump: Existing callers of BodyCreateLabReportParserJob will break due to File field type change from io.Reader to []io.Reader, and ParsingJob field changes (removed JobId, added FailureReason) will cause compile errors.