Skip to content

Instantly share code, notes, and snippets.

@buggtb
Created October 4, 2018 14:44
Show Gist options
  • Save buggtb/e471736dc195520075a4c8496ad90eed to your computer and use it in GitHub Desktop.
Save buggtb/e471736dc195520075a4c8496ad90eed to your computer and use it in GitHub Desktop.
@when('superset.installed')
@when_not('superset.started')
def start_superset():
check_call(['./scripts/launch_superset', '&'], shell=True)
set_flag('superset.started')
status_set('active','Superset running')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment