fix: sql syntax for ml tables

This commit is contained in:
Stijnvandenbroek
2026-03-11 12:34:38 +00:00
parent 1f4b7326f7
commit 8f22d8f96d
5 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
[sqlfluff]
# SQLAlchemy :named_param bind parameters are misinterpreted by sqlfluff
# as cast operators, causing false LT01 spacing violations. Disable here.
exclude_rules = LT01