Serve exact published runs as datasets

This commit is contained in:
2026-08-04 12:48:37 +02:00
parent 314e7c3edf
commit c888d98b79
4 changed files with 296 additions and 2 deletions
+8
View File
@@ -152,6 +152,14 @@ logical row disappeared. It never silently applies a correction to business
data; a downstream governed transform or Workflow handoff must interpret the
recorded action.
Reporting consumers may either evaluate a pinned pipeline revision or pin one
successful published run. An exact run pin is immutable: it cannot be supplied
new parameters, and Dataflow reads only the recorded Datasource materialization
through the provider-neutral catalogue capability. Both Dataflow run authority
and Datasource row access are rechecked for the current principal; the returned
lineage retains the run, publication, datasource, materialization, fingerprint,
and governance snapshot.
## Development
```bash