Compliance export

O Operator
Compliance

Compliance export

Dump every captured file + schema change to CSV over a window you pick. One row per change, with a diff URL and blob SHA so an auditor can independently verify the "before / after" content lives in BLOB_STORE.

File changes in window
Every FILE_CHANGES row inside your selected date range.
3601
Rows in export
Excludes ts-only unless you tick the box
Schema changes in window
Every SCHEMA_CHANGE row inside your selected date range.
200
Rows in export
DDL diffs across all monitored DBs
Download CSV
Streamed straight from the DB in 5000-row chunks -- safe on multi-million-row histories.
CSV columns
change_id, kind, captured_at, server_name, target, status, blob_sha, is_ts_only, diff_url, change_summary
Auditors can hit diff_url for the full before/after content; blob_sha is the content-addressable pointer into BLOB_STORE for independent verification.