Skip to content

Conversation

@dd-oleksii
Copy link
Member

What does this PR do? What is the motivation?

This is documentation for Python integration with OpenFeature which is supported since ddtrace-3.19.0

Merge instructions

Merge readiness:

  • Ready for merge

For Datadog employees:

Your branch name MUST follow the <name>/<description> convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.

If your branch doesn't follow this format, rename it or create a new branch and PR.

[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.

Additional notes

@dd-oleksii dd-oleksii requested a review from a team as a code owner December 9, 2025 16:58
@dd-oleksii dd-oleksii force-pushed the oleksii/featureflags-python branch from 71fe69b to 2359937 Compare December 9, 2025 17:06
@joepeeples
Copy link
Contributor

joepeeples commented Dec 9, 2025

Opened DOCS-12872 to follow up with editorial review.

@joepeeples joepeeples self-assigned this Dec 9, 2025
@joepeeples joepeeples added the editorial review Waiting on a more in-depth review label Dec 9, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2025

Preview links (active after the build_preview check completes)

Modified Files


Before setting up the Python Feature Flags SDK, ensure you have:

- **Datadog Agent** with [Remote Configuration][2] enabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea; I removed the min version from mine too

export DD_EXPERIMENTAL_FLAGGING_PROVIDER_ENABLED=true
{{< /code-block >}}

### Remote Configuration not working
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

be more specific; what is not working

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good callout. I actually don't know how this would manifest. Provider never initializing? Perhaps this can be a common section for all SDKs

### Remote Configuration not working

Verify that:
1. Your Datadog Agent is version 7.55 or later
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version ❌

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this one is high. The reasoning here is that this is the version we're sure works with feature flags. So in case of any issues, we're suggesting to upgrade to latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

editorial review Waiting on a more in-depth review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants