feat(provenance): govern source snapshots and data inputs

This commit is contained in:
Jens
2026-08-01 23:46:17 +02:00
parent cebeb5f3b4
commit 5b3c17b494
96 changed files with 20156 additions and 351 deletions
+3 -1
View File
@@ -44,8 +44,10 @@ def _project_and_dataset():
project_id=project_id,
name="ortho.tif",
dataset_type="raster",
source="user_upload",
source="fixture",
source_name="fixture",
storage_path="storage/uploads/ortho.tif",
source_metadata={"fixture": True},
)
db = FakeSession(objects={(Project, project_id): project, (Dataset, dataset_id): dataset})
return db, project_id, dataset_id