added
Review Processes added to Warehouse
over 1 year ago by Derek Gervais
A number of new tables and table columns are being added to the warehouse to support review processes; expand to see more details about what’s been added.
What’s changing?
The Benchling warehouse now supports review process data, with the addition of new tables and table columns. The following tables have been added to support review processes:
review_process
- Table containing review processesid
- ID of the review processcurrent_version
- Version ID of the current (most up to date) review process version
project_review_process
- Table containing project ↔ review process associationsid
- ID of rowproject_id
- ID of projectreview_process_id
- ID of review process
review_process_version
- Table containing review process versionsid
- ID of review process versionreview_process_id
- ID of review process associated with this versioncreated_at
- Date rowname
- Name of review process versionlifecycle_type
- Type of review processcompletion_state
- Completion status of a review using review process
review_process_stage
- Table containing review process stagesid
- ID of review process stagename
- Name of review process stageaction
- Text of the action label when completing review process stagereview_process_version_id
- ID of associated review process version
Additionally, a number of new columns have been added to the following tables:
entry_auditor
review_process_stage_id
- ID of review process stage auditor is assigned to
entry
review_process_version_id
- ID of review process version used in entry review
When is this happening?
These changes are now live; for more details on the changes or information on accessing the Benchling Warehouse, check out our Warehouse Guides.