Expand description
Diagnostics reported during SQL inspection.
Diagnostics are split by extraction granularity:
TableLevelDiagnostic for the table-level surfaces
(extract_table_operations / extract_crud_tables)
and ColumnLevelDiagnostic for extract_column_operations. The split
is by type so a table-level result cannot even represent a column-only
condition — e.g. a suppressed wildcard, which leaves column lineage
incomplete but doesn’t affect table-level completeness at all.
Structs§
- Column
Level Diagnostic - A non-fatal diagnostic from column-level extraction
(
extract_column_operations). - Table
Level Diagnostic - A non-fatal diagnostic from table-level extraction.
Enums§
- Column
Level Diagnostic Kind - Why a column-level extraction is incomplete.
- Table
Level Diagnostic Kind - Why a table-level extraction is incomplete.