Complete SQL diagnostics and editor accessibility
This commit is contained in:
@@ -39,6 +39,14 @@ export type DataflowDiagnostic = {
|
||||
message: string;
|
||||
node_id?: string | null;
|
||||
field?: string | null;
|
||||
source_location?: {
|
||||
start_line: number;
|
||||
start_column: number;
|
||||
end_line: number;
|
||||
end_column: number;
|
||||
start_offset?: number | null;
|
||||
end_offset?: number | null;
|
||||
} | null;
|
||||
};
|
||||
|
||||
export type PipelineRevision = {
|
||||
|
||||
Reference in New Issue
Block a user