rdt-model-register
rdt-model-register pushes data product lineage and quality gate results to Collibra after deployment completes.
For other registration targets, see:
rdt-model-snowflake-horizon— Snowflake Horizon cross-account discoveryrdt-model-rdm— Roche Data Marketplace registration
Pipeline phase: Phase 5 — Register
Usage:
# Register lineage in Collibracargo run -p rdt-model-register -- --target dev collibra --entity waste-tracking --dry-run
# Register in all targets handled by this modulecargo run -p rdt-model-register -- --target dev all --entity waste-tracking --dry-runConfiguration:
| Key | Source | Description |
|---|---|---|
collibra.base_url | roche-data.toml | Collibra API base URL |
COLLIBRA_API_KEY | Environment variable | Collibra authentication |
Dependencies: All Phase 4 Deploy modules must complete first.
Output: Lineage records created in Collibra (no local file output).
Access gates:
- A07/A08 — Collibra (lineage push)
Uses stub clients until the corresponding access task resolves.