mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: upgrade SQLAlchemy to 1.4 (#19890)
* chore: upgrade SQLAlchemy * Convert integration test to unit test * Fix SQLite * Update method names/docstrings * Skip test * Fix SQLite
This commit is contained in:
@@ -28,7 +28,7 @@ from flask import Response
|
||||
from flask_appbuilder.security.sqla import models as ab_models
|
||||
from flask_testing import TestCase
|
||||
from sqlalchemy.engine.interfaces import Dialect
|
||||
from sqlalchemy.ext.declarative.api import DeclarativeMeta
|
||||
from sqlalchemy.ext.declarative import DeclarativeMeta
|
||||
from sqlalchemy.orm import Session
|
||||
from sqlalchemy.sql import func
|
||||
from sqlalchemy.dialects.mysql import dialect
|
||||
|
||||
Reference in New Issue
Block a user