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:
@@ -19,7 +19,7 @@ from typing import Any, Dict, Generator
|
||||
|
||||
import pytest
|
||||
from sqlalchemy import Column, create_engine, Date, Integer, MetaData, String, Table
|
||||
from sqlalchemy.ext.declarative.api import declarative_base
|
||||
from sqlalchemy.ext.declarative import declarative_base
|
||||
|
||||
from superset.columns.models import Column as Sl_Column
|
||||
from superset.connectors.sqla.models import SqlaTable, TableColumn
|
||||
|
||||
Reference in New Issue
Block a user