Hi, I have the situation where there are SQLFluff problem marked in the editor window but which do not correspond to the results when executing SQLFluff from terminal. I also enabled SQLFluff Show Output Channel and weirdly this seems correct (corresponding to terminal) but differs from the editor window.
When running SQLFluff Debug Extension no failed tests are listed.
sql code
CREATE TABLE [dbo].[test_table]
(
[id] [BIGINT] NULL
, [payload] [NVARCHAR](32) NULL
)
WITH
(
DISTRIBUTION = ROUND_ROBIN
, CLUSTERED COLUMNSTORE INDEX
);
Hi, I have the situation where there are SQLFluff problem marked in the editor window but which do not correspond to the results when executing SQLFluff from terminal. I also enabled
SQLFluff Show Output Channel
and weirdly this seems correct (corresponding to terminal) but differs from the editor window.When running
SQLFluff Debug Extension
no failed tests are listed.sql code
settings.json