Fix module segment headers in analytics export#9206
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR fixes a bug in analytics CSV export where module segment column headers displayed raw UUIDs instead of module names. The ChangesModule Segment Header Lookup Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fixes #9174
Tests
git diff --check origin/preview...fix/module-segment-export-headerspython -m compileall -q apps/api/plane/bgtasks/analytic_plot_export.py apps/api/plane/tests/unit/bg_tasks/test_analytic_plot_export.pyNot run:
python -m pytest plane/tests/unit/bg_tasks/test_analytic_plot_export.py(local environment is missing the project dependencycelery)python -m ruff check ...(local environment is missingruff)Summary by CodeRabbit
Bug Fixes
Tests