feat(report): capture dashboard reports in specific states (#20552)

This commit is contained in:
Jesse Yang
2022-07-26 17:01:56 -07:00
committed by GitHub
parent 1b577d15c1
commit 4d192e6e4d
37 changed files with 598 additions and 368 deletions

View File

@@ -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 (