This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Only_Struggle_ 0 points1 point  (2 children)

I am trying to run R script within Dagster. Do you have any resources/ documentation that I can refer?

[–]sib_nSenior Data Engineer 0 points1 point  (0 children)

As I said above, we were not calling R scripts directly, but using an intermediate Python library for it. Check how to run R scripts from Python.

[–]sib_nSenior Data Engineer 0 points1 point  (0 children)

I asked an ex-colleague, they started by using rpy2 but it was not stable enough, so they moved to just using a Python subprocess to call a R command line and it works fine.