Expand description
rivet check --type-report — tabular and JSON output.
Roadmap §9 (“Type Fidelity Report”) and §16 (“BigQuery Compatibility Layer”).
Renders a Vec<TypeMapping> plus any PolicyViolations as either a
fixed-width terminal table or newline-delimited JSON.
Structs§
- Export
Type Report - One export’s type-report data.
- Type
Report Row - One row in the type report (and the JSON output — roadmap §9).
Functions§
- collect_
report - Collect type mappings for one export from a live connection.
- print_
json - Emit newline-delimited JSON (one object per export).
- print_
table - Print the report as a human-readable table to stdout.