mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
perf: improve perf in SIP-68 migration (#19416)
* chore: improve perf in SIP-68 migration * Small fixes * Create tables referenced in SQL * Update logic in SqlaTable as well * Fix unit tests
This commit is contained in:
1
setup.py
1
setup.py
@@ -111,6 +111,7 @@ setup(
|
||||
"slackclient==2.5.0", # PINNED! slack changes file upload api in the future versions
|
||||
"sqlalchemy>=1.3.16, <1.4, !=1.3.21",
|
||||
"sqlalchemy-utils>=0.37.8, <0.38",
|
||||
"sqloxide==0.1.15",
|
||||
"sqlparse==0.3.0", # PINNED! see https://github.com/andialbrecht/sqlparse/issues/562
|
||||
"tabulate==0.8.9",
|
||||
# needed to support Literal (3.8) and TypeGuard (3.10)
|
||||
|
||||
Reference in New Issue
Block a user