Hi,
At my workplace, we're long-time Airflow users. After skimming through Prefect docs and blogs, I can see that it tackles many of Airflow's pain-points that we've had to hack our way around.
But an advantage Airflow provides is the ability to run tasks written in non-Python programming languages, such as R, via operators (Bashoperator, Dockeroperator). Is it possible to do so in Prefect? If yes, how? If not, is it in the roadmap?
Congrats and thanks for open-sourcing Prefect core!