mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Refactoring Druid & SQLa into a proper "Connector" interface (#2362)
* Formalizing the Connector interface * Checkpoint * Fixing views * Fixing tests * Adding migrtion * Tests * Final * Addressing comments
This commit is contained in:
committed by
GitHub
parent
9a8c3a0447
commit
2969cc9993
@@ -12,11 +12,12 @@ from sqlalchemy.pool import NullPool
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
from superset import (
|
||||
app, db, models, utils, dataframe, results_backend)
|
||||
app, db, utils, dataframe, results_backend)
|
||||
from superset.models import core as models
|
||||
from superset.sql_parse import SupersetQuery
|
||||
from superset.db_engine_specs import LimitMethod
|
||||
from superset.jinja_context import get_template_processor
|
||||
QueryStatus = models.QueryStatus
|
||||
from superset.utils import QueryStatus
|
||||
|
||||
celery_app = celery.Celery(config_source=app.config.get('CELERY_CONFIG'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user