Skip to content

rdt-model-register

rdt-model-register pushes data product lineage and quality gate results to Collibra after deployment completes.

For other registration targets, see:

Pipeline phase: Phase 5 — Register

Usage:

Terminal window
# Register lineage in Collibra
cargo run -p rdt-model-register -- --target dev collibra --entity waste-tracking --dry-run
# Register in all targets handled by this module
cargo run -p rdt-model-register -- --target dev all --entity waste-tracking --dry-run

Configuration:

KeySourceDescription
collibra.base_urlroche-data.tomlCollibra API base URL
COLLIBRA_API_KEYEnvironment variableCollibra 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.