From 8bb7bb7509f03b3e8013a480bb677f7a1c3e1720 Mon Sep 17 00:00:00 2001 From: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Date: Fri, 14 Jan 2022 10:22:30 -0500 Subject: [PATCH] important change to MakeFile (#18037) --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 2811dcb1a309c..287c7c2705ea9 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,13 @@ all: dev .PHONY: build + # Create an admin user in your metadata database + # superset fab create-admin \ + # --username admin \ + # --firstname "Admin I."\ + # --lastname Strator \ + # --email admin@superset.io \ + # --password general build: @echo "***Build images***"