-
Notifications
You must be signed in to change notification settings - Fork 476
Open
Labels
Description
Package Name
No response
Package Version(s)
No response
Describe the goal of the feature
The OpenFeature Python SDK allows providers to offer async versions of the core get_xxx_value methods, which makes it compatible with Python programs that run in asyncio (https://openfeature.dev/docs/reference/sdks/server/python/#asynchronous-feature-retrieval). Right now, the provider inside ddtrace doesn't support it, which is preventing us from migrating to Datadog's feature flag feature.
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response