Skip to main content

Module diagnostic

Module diagnostic 

Source
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§

ColumnLevelDiagnostic
A non-fatal diagnostic from column-level extraction (extract_column_operations).
TableLevelDiagnostic
A non-fatal diagnostic from table-level extraction.

Enums§

ColumnLevelDiagnosticKind
Why a column-level extraction is incomplete.
TableLevelDiagnosticKind
Why a table-level extraction is incomplete.