SonarCloud does not support Azure Synapse Analytics

The scanner cannot parse tables and stored procedures that contain the general create table statement. The report example:

WARN: Unable to parse file ‘sql_file’ : Parse error at line 109 column 7:

105:
106: CREATE TABLE [schema].[table_name]
107: WITH (
108: DISTRIBUTION = HASH ([column]),
109: HEAP)

The same issue is registered here: Parse error on “CREATE TABLE… WITH CLUSTERED COLUMNSTORE INDEX”

Is there any plan to fix that?

I created a new ticket to support the CREATE TABLE options which appear in your statement: SONARTSQL-267
The existing ticket is more specific to the CLUSTERED COLUMNSTORE INDEX option.

We will fix those parsing issues but I don’t know when.

Thanks for your feedback!