feat(welcome): make examples tab customizable (#22302)

This commit is contained in:
Ville Brofeldt
2022-12-21 09:28:41 +02:00
committed by GitHub
parent 7a94f3afc6
commit b954f8f560
33 changed files with 808 additions and 474 deletions

View File

@@ -68,7 +68,7 @@ def _create_dashboards():
from superset.examples.birth_names import create_dashboard, create_slices
slices, _ = create_slices(table, admin_owner=False)
slices, _ = create_slices(table)
dash = create_dashboard(slices)
slices_ids_to_delete = [slice.id for slice in slices]
dash_id_to_delete = dash.id