mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Add email functionality (#1914)
* Add email functionality * Add email templates. * Test notifications * Move email to utils
This commit is contained in:
@@ -135,10 +135,6 @@ class ImportExportTests(SupersetTestCase):
|
||||
return db.session.query(models.Dashboard).filter_by(
|
||||
slug=dash_slug).first()
|
||||
|
||||
def get_table(self, table_id):
|
||||
return db.session.query(models.SqlaTable).filter_by(
|
||||
id=table_id).first()
|
||||
|
||||
def get_datasource(self, datasource_id):
|
||||
return db.session.query(models.DruidDatasource).filter_by(
|
||||
id=datasource_id).first()
|
||||
|
||||
Reference in New Issue
Block a user