feat: Add DynamoDB document schemas#137
Merged
khvn26 merged 24 commits intoci/uv-renovatefrom Jan 5, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (98.31%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## ci/uv-renovate #137 +/- ##
==================================================
+ Coverage 94.72% 95.32% +0.60%
==================================================
Files 76 79 +3
Lines 2444 2673 +229
==================================================
+ Hits 2315 2548 +233
+ Misses 129 125 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
khvn26
commented
Dec 15, 2025
gagantrivedi
previously requested changes
Dec 16, 2025
Zaimwa9
reviewed
Dec 26, 2025
gagantrivedi
reviewed
Jan 2, 2026
gagantrivedi
reviewed
Jan 2, 2026
gagantrivedi
reviewed
Jan 2, 2026
gagantrivedi
reviewed
Jan 2, 2026
gagantrivedi
reviewed
Jan 2, 2026
gagantrivedi
reviewed
Jan 2, 2026
gagantrivedi
reviewed
Jan 2, 2026
…ts relationship with Environment.id
…r roles in flag evaluations
…e understanding of their roles in multivariate bucketing
…its indexing status
Zaimwa9
reviewed
Jan 2, 2026
Zaimwa9
approved these changes
Jan 5, 2026
Contributor
Zaimwa9
left a comment
There was a problem hiding this comment.
Approving with a NIT wording, i leave it up to you. Otherwise I consider @gagantrivedi' comments to have been resolved
Co-authored-by: Zaimwa9 <wadii.zaim@gmail.com>
Gagan is out today; all of his threads were addressed and double-checked by a peer.
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.
Contributes to #128.
In this PR, we add Python stdlib-based DynamoDB document schemas for Flagsmith's Edge API data model.
The goals are to:
Initially, I was hesitant to add validation code to this package. I'm considering to add it now, however, in a subsequent PR, so it can be consumed in environments where Pydantic is still possible to use.
I've added a bunch of TODOs that I expect to resolve prior to merging the current PR, and highlighted them by starting relevant review threads.