Skip to content

Conversation

@zwright
Copy link
Contributor

@zwright zwright commented Jan 30, 2026

Summary by CodeRabbit

  • New Features
    • Added support for enhanced biopsy tracking data retrieval and processing, expanding the system's data aggregation capabilities.
    • New data source integration enables more comprehensive tracking information to be included in data management workflows.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 30, 2026

Walkthrough

These changes introduce support for biopsy tracking long data by adding new methods across three classes. A method is added to DluManagement for retrieving biopsy_tracking_long data from the database, a corresponding method is added to Tableau for loading this data into the target table, and the Main class exposes this functionality while integrating it into the tableau data source aggregation logic.

Changes

Cohort / File(s) Summary
Biopsy Tracking Long Support
data_management/main.py, data_management/services/tableau.py, data_management/services/dlu_management.py
Added new load_biopsy_tracking_long() and get_biopsy_tracking_long() methods to enable retrieval and loading of biopsy tracking long data. The Main class delegates to Tableau, which uses DluManagement to query the biopsy_tracking_long_v view and inserts results into the biopsy_tracking_long table with redcap_id, specimen_id, dlu_packageType, and status columns.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch KPMP-6545_Biopsy_Tracking_Tableau

Tip

🧪 Unit Test Generation v2 is now available!

We have significantly improved our unit test generation capabilities.

To enable: Add this to your .coderabbit.yaml configuration:

reviews:
  finishing_touches:
    unit_tests:
      enabled: true

Try it out by using the @coderabbitai generate unit tests command on your code files or under ✨ Finishing Touches on the walkthrough!

Have feedback? Share your thoughts on our Discord thread!


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

@rlreamy rlreamy merged commit d81f086 into develop Feb 2, 2026
1 check passed
@rlreamy rlreamy deleted the KPMP-6545_Biopsy_Tracking_Tableau branch February 2, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants