-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(flagd): Context value hydration #195
feat(flagd): Context value hydration #195
Conversation
providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/provider.py
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #195 +/- ##
==========================================
+ Coverage 94.13% 94.28% +0.15%
==========================================
Files 17 18 +1
Lines 903 928 +25
==========================================
+ Hits 850 875 +25
Misses 53 53 ☔ View full report in Codecov by Sentry. |
cf51d68
to
596c22e
Compare
Signed-off-by: Simon Schrottner <[email protected]>
596c22e
to
a5af90e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving but consider the my comment.
9431d23
to
dceff15
Compare
dceff15
to
6fef4af
Compare
Signed-off-by: Simon Schrottner <[email protected]>
6fef4af
to
1d46ae8
Compare
This pr adds context value hydration to the in-process evaluator.
This means, that flagd will provide contextual attributes on connection startup which will be used for inprocess evaluation, like defined in the spec.
https://flagd.dev/reference/specifications/providers/#sync-metadata-properties-in-the-evaluation-context
Follow-up: