mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: Enable new dataset creation flow (#22610)
This commit is contained in:
committed by
GitHub
parent
e05ac858f4
commit
c87f654901
@@ -228,10 +228,7 @@ class DatasetEditor(BaseSupersetView):
|
||||
@has_access
|
||||
@permission_name("read")
|
||||
def root(self) -> FlaskResponse:
|
||||
dev = request.args.get("testing")
|
||||
if dev is not None:
|
||||
return super().render_app_template()
|
||||
return redirect("/")
|
||||
return super().render_app_template()
|
||||
|
||||
@expose("/<pk>", methods=["GET"])
|
||||
@has_access
|
||||
|
||||
Reference in New Issue
Block a user