DPCReport
Version: v2.0.0
Stored entity
Partition key pk, sort key sk
Overview
DPC Report Model - Data Quality Report
DynamoDB Structure: pk: DPC#{dpc_id} sk: DPC_REPORT#{report_id}
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ✅ | — | — |
dpc_id | str | ✅ | — | — |
status | ReportStatusEnum (PENDING_REVIEW) | ❌ | PENDING_REVIEW | Report Status Enum |
report_id | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
user_id | str | ✅ | — | — |
reason | str | ✅ | — | — |
description | str | ❌ | — | — |
suggested_correction | str | ❌ | — | — |
files | List[File] | ❌ | [] | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
File — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
url | str | ✅ | — | — |
file_name | str | ✅ | — | — |
file_type | str | ✅ | — | — |
file_size | int | ❌ | — | — |
uploaded_at | str | ❌ | — |