gspeare
gspeare
## Problem template.yaml with > 50 properties gets a lint error "Object has more properties than limit of 50". As per https://github.com/aws/aws-sam-cli/issues/3757 200 are now supported. ## Steps to reproduce...
``` fakesnow 0.9.27 snowflake-connector-python 3.13.2 ``` ``` import fakesnow import snowflake.connector with fakesnow.patch(): with snowflake.connector.connect() as conn1, conn1.cursor() as cur: cur.execute("create database TEST_DB") cur.execute("USE DATABASE TEST_DB") cur.execute("create schema TEST_DB.TEST") cur.execute("USE...
### Search before asking - [x] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened Auto-format below SQL in VSCode. sqlfluff reorders the select statement but not...