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