Hi Arthur, I meant that I want to call airflow from Java code (the second option). I want to run tasks or query tasks status (simple airflow commands). Thanks a lot!
נשלח מה-iPhone שלי ב-13 ביוני 2016, בשעה 20:14, Arthur Wiedmer <[email protected]> כתב/ה: > Hi, > > I am unsure what you mean: > - Do you mean that the code you have to execute is written in Java? (If so > you could either use a BashOperator or write a custom operator deriving it) > - Do you want to call Airflow from Java? If so I am not sure what your use > case is here, but Runtime.exec sounds like it would be the way to do this... > > If you provide more details I can try to answer further. > > Best, > Arthur > >> On Mon, Jun 13, 2016 at 5:20 AM, הילה ויזן <[email protected]> wrote: >> >> Hi, >> We write our project in java, and i am looking for a way to run tasks in >> airflow from the code, >> without using Runtime.exec(args) command. >> Is it possible? >> >> Thanks >>
