You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/12 15:01:10 UTC

[GitHub] [airflow] briandconnelly commented on issue #3115: [AIRFLOW-2193] Add ROperator for using R

briandconnelly commented on issue #3115: [AIRFLOW-2193] Add ROperator for using R
URL: https://github.com/apache/airflow/pull/3115#issuecomment-585247174
 
 
   Yeah, I don't plan on pursuing this further. Building and maintaining the test framework for it is complicated, and I just don't have the time for it. But! @gnatamania, I'd say you have three options:
   
   - If you have rpy2 working, make a copy of `r_operator.py` from this PR and drop it into your projects
   - Use `BashOperator` and call `Rscript` to run your R code
   - Run R in Docker containers (see [rocker](https://www.rocker-project.org)) and use the `DockerOperator`
   
   I've used all three options and actually prefer the latter two.

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


With regards,
Apache Git Services