mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: table schema permissions (#23356)
This commit is contained in:
@@ -69,6 +69,8 @@ class MySQLEngineSpec(BaseEngineSpec, BasicParametersMixin):
|
||||
)
|
||||
encryption_parameters = {"ssl": "1"}
|
||||
|
||||
dynamic_schema = True
|
||||
|
||||
column_type_mappings = (
|
||||
(
|
||||
re.compile(r"^int.*", re.IGNORECASE),
|
||||
|
||||
Reference in New Issue
Block a user