feat(sqlparse): improve table parsing (#26476)

(cherry picked from commit c0b57bd1c3)
This commit is contained in:
Beto Dealmeida
2024-01-22 11:16:50 -05:00
committed by Michael S. Molina
parent 6cdaf479f2
commit 1d9cfdabd1
17 changed files with 265 additions and 120 deletions

View File

@@ -125,6 +125,7 @@ setup(
"slack_sdk>=3.19.0, <4",
"sqlalchemy>=1.4, <2",
"sqlalchemy-utils>=0.38.3, <0.39",
"sqlglot>=20,<21",
"sqlparse>=0.4.4, <0.5",
"tabulate>=0.8.9, <0.9",
"typing-extensions>=4, <5",