chore: bump edx-enterprise-data to 10.22.8#193
Merged
Conversation
Pulls in the segmented engagement fields (is_engaged_video, is_engaged_forum, is_engaged_problem) in the individual engagements API + CSV, and the Snowflake private key escaped-newline fix. No new transitive dependencies vs 10.22.7.
There was a problem hiding this comment.
Pull request overview
Bumps the pinned edx-enterprise-data dependency from 10.22.7 to 10.22.8 across the compiled requirements sets so this service picks up the new segmented engagement fields and the Snowflake private-key escaped-newline fix provided by that upstream package.
Changes:
- Update
edx-enterprise-datapin to10.22.8in the compiled requirements for base/dev/doc/test/production.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| requirements/test.txt | Bumps edx-enterprise-data pin to 10.22.8 for test installs. |
| requirements/production.txt | Bumps edx-enterprise-data pin to 10.22.8 for production installs. |
| requirements/doc.txt | Bumps edx-enterprise-data pin to 10.22.8 for docs installs. |
| requirements/dev.txt | Bumps edx-enterprise-data pin to 10.22.8 for dev installs. |
| requirements/base.txt | Bumps edx-enterprise-data pin to 10.22.8 for base dependency set. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
112
to
116
| # -r requirements/base.in | ||
| # edx-enterprise-data | ||
| # edx-rbac | ||
| edx-enterprise-data==10.22.7 | ||
| edx-enterprise-data==10.22.8 | ||
| # via -r requirements/base.in |
rgopalrao-sonata-png
approved these changes
Jun 19, 2026
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.
Description
ENT-11807 — Bumps
edx-enterprise-datafrom 10.22.7 → 10.22.8 so the analytics API serves:is_engaged_video,is_engaged_forum,is_engaged_problem) in the individual engagements API response and CSV download (feat: add segmented engagement fields to individual engagements API and CSV openedx/edx-enterprise-data#686), and