mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
feat: improve engine spec discoverability (#14204)
* feat: improve engine spec discoverability * Address comments * Fix tests
This commit is contained in:
@@ -22,7 +22,9 @@ import pytest
|
||||
import pandas as pd
|
||||
from sqlalchemy.sql import select
|
||||
from tests.test_app import app
|
||||
from superset.db_engine_specs.hive import HiveEngineSpec, upload_to_s3
|
||||
|
||||
with app.app_context():
|
||||
from superset.db_engine_specs.hive import HiveEngineSpec, upload_to_s3
|
||||
from superset.exceptions import SupersetException
|
||||
from superset.sql_parse import Table, ParsedQuery
|
||||
|
||||
|
||||
Reference in New Issue
Block a user