mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
update makefile with reports and alerts (#21102)
This commit is contained in:
6
Makefile
6
Makefile
@@ -107,5 +107,11 @@ open-cypress:
|
||||
if ! [ $(port) ]; then cd superset-frontend/cypress-base; CYPRESS_BASE_URL=http://localhost:9000 npm run cypress open; fi
|
||||
cd superset-frontend/cypress-base; CYPRESS_BASE_URL=http://localhost:$(port) npm run cypress open
|
||||
|
||||
report-celery-worker:
|
||||
celery --app=superset.tasks.celery_app:app worker
|
||||
|
||||
report-celery-beat:
|
||||
celery --app=superset.tasks.celery_app:app beat --pidfile /tmp/celerybeat.pid --schedule /tmp/celerybeat-schedulecd
|
||||
|
||||
admin-user:
|
||||
superset fab create-admin
|
||||
|
||||
Reference in New Issue
Block a user