mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Renaming Classes related to Druid
This commit is contained in:
@@ -26,6 +26,7 @@ class LiveTest(TestCase):
|
||||
cli.load_examples(sample=True)
|
||||
|
||||
def test_slices(self):
|
||||
# Testing by running all the examples
|
||||
Slc = models.Slice
|
||||
for slc in db.session.query(Slc).all():
|
||||
print(slc)
|
||||
|
||||
Reference in New Issue
Block a user