mirror of
https://github.com/apache/superset.git
synced 2026-04-09 11:25:23 +00:00
feat(report): capture dashboard reports in specific states (#20552)
This commit is contained in:
@@ -43,7 +43,7 @@ from superset.db_engine_specs.gsheets import GSheetsEngineSpec
|
||||
from superset.db_engine_specs.hana import HanaEngineSpec
|
||||
from superset.errors import SupersetError
|
||||
from superset.models.core import Database, ConfigurationMethod
|
||||
from superset.models.reports import ReportSchedule, ReportScheduleType
|
||||
from superset.reports.models import ReportSchedule, ReportScheduleType
|
||||
from superset.utils.database import get_example_database, get_main_database
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
from tests.integration_tests.fixtures.birth_names_dashboard import (
|
||||
|
||||
Reference in New Issue
Block a user