jwijffels edited a comment on issue #3115: [AIRFLOW-2193] Add ROperator for 
using R
URL: https://github.com/apache/airflow/pull/3115#issuecomment-463640107
 
 
   Just chiming in here to get up to date on this. I normally do this
   ```
    BashOperator(
       task_id='name_of_my_task',
       bash_command='Rscript 
"${MYPROJECT_HOME}/src/processes/01-whatever-code.R"',
       dag=dag)
   ```
   Would be great to have more integration!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to