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