mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: add show columns to Reports model (#15712)
* added logic for creation_method * revisions * added index * Update superset/migrations/versions/3317e9248280_add_creation_method_to_reports_model.py * filters * search columns updated
This commit is contained in:
@@ -773,7 +773,7 @@ class TestReportSchedulesApi(SupersetTestCase):
|
||||
data = json.loads(rv.data.decode("utf-8"))
|
||||
assert data == {"message": {"dashboard": "Dashboard does not exist"}}
|
||||
|
||||
@pytest.mark.usefixtures("load_birth_names_dashboard_with_slices")
|
||||
# @pytest.mark.usefixtures("load_birth_names_dashboard_with_slices")
|
||||
# TODO (AAfghahi): I am going to enable this when the report schedule feature is fully finished
|
||||
# def test_create_report_schedule_no_creation_method(self):
|
||||
# """
|
||||
|
||||
Reference in New Issue
Block a user