PabloRMira / sql_formatter

A Python based SQL formatter
https://pablormira.github.io/sql_formatter/
Apache License 2.0
43 stars 10 forks source link

CREATE validation fails #83

Closed PabloRMira closed 3 years ago

PabloRMira commented 3 years ago

Something like

CREATE TASK bla bla
CREATE TABLE my_table AS

should not return a warning.

Only CREATE TABLE / VIEW twice should return a warning