You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE OR REPLACE STAGE test
URL ='azure://test.blob.core.windows.net/test/testfolder'
STORAGE_INTEGRATION = DATALAKE_SI
FILE_FORMAT = (TYPE ='AVRO');
-- list stage
list @test;
Expected Output
Prettier output
Actual Output
Unable to format SQL: Error: Parse error: Unexpected "@test;" at line 7 column 6
Usage
How are you calling / using the library?
VS Code format
What SQL language(s) does this apply to?
Snowflake SQL
Which SQL Formatter version are you using?
Lastest Prettier SQL VSCode v1.6.0
The text was updated successfully, but these errors were encountered:
Expected Output
Prettier output
Actual Output
Unable to format SQL: Error: Parse error: Unexpected "@test;" at line 7 column 6
Usage
The text was updated successfully, but these errors were encountered: