mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +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
@@ -2,7 +2,7 @@ import unittest
|
||||
|
||||
from sqlalchemy.engine.url import make_url
|
||||
|
||||
from superset.models import Database
|
||||
from superset.models.core import Database
|
||||
|
||||
|
||||
class DatabaseModelTestCase(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user