feat: Enable new dataset creation flow (#22610)

This commit is contained in:
Lyndsi Kay Williams
2023-01-17 20:05:40 -06:00
committed by GitHub
parent e05ac858f4
commit c87f654901
22 changed files with 175 additions and 347 deletions

View File

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