def start(self, env): install_airflow() self.configure(env) import params Execute("source " + params.airflow_env_path + ";systemctl start airflow-scheduler")
def install(self, env): print "Installing Airflow" install_airflow()
def install(self, env): install_airflow()