Release 2025 CCCData 3.0.10
Schedule
CCCData 3.0.10 was deployed:
To pilot environment: October 7, 2025
To production: October 14, 2025
On This Page
Release Summary
CCCData v3.0.10 introduces several independent enhancements for DW Direct Connect users:
Near Real-Time Data Ingestion for several datasets
New Consolidation Database
cornucopiaExpanded datasets
Near Real-Time Data Ingestion
For certain datasets, the Data Warehouse’s behind-the-scenes ETL processes now utilize AWS’s Zero-ETL Technology to stream data from upstream data sources into the Data Warehouse in near real time.
The CCCApply Submitted Applications, CVCOEI Shared Applications, Student Fraud Scores, and the Multiple Measures Placement Services datasets are streamed into the warehouse with a maximum lag time of 1 hour. This near-real-time data is available via a brand new cornucopia database. The existing application and mmps databases will continue to be refreshed on a nightly basis.
New Consolidation Database
A brand new database, named cornucopia, has been added to the Data Warehouse. This new database contains a series of schemas to support viewing both near-real-time (ongoing) data and snapshot (mostly nightly-refreshed) data. This database provides a centralized entry point to accessing common datasets from around the Data Warehouse.
Expanded datasets
MMPS
Five new tables are now available:
academic_recordProvides the self-reported and CCGI HS transcript summary data used by the MMPS to generate a placement recommendation record
Includes the
class_of_yearfieldIncludes the
last_school_attended_nameandlast_school_attended_ceeb_codefields
academic_record_courseProvides a row per each HS course that was pulled from upstream academic record data-sources such as CCGI. Note: self-reported academic_records do not support listing individual courses.
Includes the
organization_nameandorganization_ceeb_codefields
placementProvides a listing of all generated placements per student application. a given student application may have more than one placement generated over time.
placement_academic_recordProvides a connection/mapping to show all the academic_records that were considered and taken into account when generating a placement record
placement_delivery_logProvides a row per successful delivery of the placement into a given college’s staging table via superglue.
Note: The five tables above provide data from the time CCCTC began internally generating MMPS placement records. Prior to CCCTC internally generating these placements records, the records were instead generated by a third party vendor so no data exists for prior records. However, The existing placements (note the plural 's') view will continue to provide both the placements generated by that third party vendor as well as will now also include the CCCTC-generated placements.
Note: these tables are accessible via the schema(s) specific to each DW Direct Connect users' access. For example, a 111 college user would access the academic_record table via the dw_apply_read_111 schema in the mmps db. Alternatively, a 111 DW Direct Connect user can now also access the academic_record table via the cornucopia.snapshot_111.mmps__academic_record view.
CCCApply Submitted Applications
Two new tables are now available:
shared_application_logProvides a history of which applications where shared from a given home College to a teaching College per normal CVC-OEI application transfer requests.
As a new feature of Superglue v5.2.5; data is available to when such tracking began; on October 2nd, 2025
ipqs_fraud_scoreProvides additional application fraud scoring insight for some of the metrics that were considered when determining an application’s final
fraud_scorefield value.Data is available back to May 5th, 2023
Enhancements to the submitted_application table:
Five new fields have been added:
fraud_status_last_updated_timestampProvides a timestamp in which the
fraud_statusvalue was last updated
fraud_status_last_updated_byProvides the system-based user which made the update; be it superglue, or a spam filter user, or the behind-the-scenes 30-day cron job.
tstmp_deliveredInitially this field will be
nullfor all records. In a future SuperGlue release, this field will be populated when an application is delivered either via SuperGlue’s college adaptor integration to a college staging table or by downloading the application via a SuperGlue API.
delivered_byInitially this field will be
nullfor all records. In a future SuperGlue release, this field will be populated when an application is delivered either via SuperGlue’s college adaptor integration to a college staging table or by a college downloading the application via a SuperGlue API.
military_jst_optinThis field has been added to the upstream CCCApply application. Reference the CCCApply Data Dictionaries for available values.
The following fields have been marked as deprecated and no longer provide values. Querying these columns will solely give null results:
saltcryptokeyidsignatureorientation_encrypted_backup,orientation_encryptedNote: the
orientationfield is still supported and should be used instead
transgender_encrypted_backup,transgender_encryptedNote: the
transgenderfield is still supported and should be used instead
tstmp_processing_finishedssid_rematched
Student Account Fraud Scores
When a student signs up for an OpenCCC account, and any time they make a change to their account, the OpenCCC system uses the account data to determine a fraud_score at the account level which is not tied to any given application nor college. This account-level fraud_score is then used in determining a submitted application’s fraud_score and fraud_status values. However, the account level fraud_score value is distinct and different from a given application’s fraud_score as the available data in making such determinations are different.
There is now a new database named student_account available to internal CCCTC staff and Chancellor’s Office DW Direct connect users.
There are four new tables added:
primary_fraud_profileProvides a row per openCCC account (per ccc_id) to capture the current
fraud_scorefor that account.Note: the intent to to score each openCCC account going forward. Several accounts have been back-scored, but not all accounts.
override_historyProvides a row anytime the
primary_fraud_profile.fraud_scorefield is overridden; to record the history of each change.
model_score_historyProvides multiple rows per OpenCCC account detailing the various models used in determining the final account-level
fraud_score
business_rule_historyProvides a history of the changes to the business rule used in determining an OpenCCC accounts
fraud_scorevalue.
Note: these tables are accessible via the schema(s) specific to each DW Direct Connect users' access. e.g. a co user would access the primary_fraud_profile table via the dw_read_co schema in the student_account db. Alternatively, a co DW Direct Connect user can now also access the primary_fraud_profile table via the cornucopia.snapshot.studentFraudScore__primary_fraud_profile view.
Note: the student_account database is refreshed nightly. while the cornucopia database’s ongoing schema has near-real-time data for this dataset.
Known Issues
There are no known issues in this release.
