feat(ui): refine governed workbench and dual-screen flows

This commit is contained in:
Jens
2026-08-30 06:00:28 +02:00
parent 80a2d1654d
commit a0884d64c9
48 changed files with 1360 additions and 184 deletions
+13
View File
@@ -99,6 +99,15 @@ export interface DatasetCreateResponse {
reference_layer_name?: string | null
source_metadata?: Record<string, unknown> | null
provenance_metadata?: Record<string, unknown> | null
source_registry_id?: string | null
source_snapshot_id?: string | null
data_contract_key?: string | null
data_contract_version?: string | null
validation_status?: string | null
validation_report_json?: Record<string, unknown> | null
provenance_status?: string | null
lineage_status?: string | null
quarantine_status?: string | null
imported_at?: string | null
temporal_series_key?: string | null
observed_at?: string | null
@@ -1307,6 +1316,10 @@ export interface ModelAssetRead {
size_bytes: number
sha256: string
active: boolean
runtime_available: boolean
runtime_status: string
governed_validation_status: string
promotion_status: string
status: string
limitation_message: string
will_download_models: boolean