Skip to content

Commit

Permalink
feat: add show columns to Reports model (apache#15712)
Browse files Browse the repository at this point in the history
* added logic for creation_method

* revisions

* added index

* Update superset/migrations/versions/3317e9248280_add_creation_method_to_reports_model.py

* filters

* search columns updated
  • Loading branch information
AAfghahi authored and lyndsiWilliams committed Jul 26, 2021
1 parent c8d5dba commit 1561372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/reports/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def test_create_report_schedule_relations_exist(self):
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):
# """
Expand Down

0 comments on commit 1561372

Please sign in to comment.