I am trying to build a pipeline which has 3 modules. The first module uses a python script to generate the outstanding product names, the second module uses the product name as an input in R script to fetch the data from database, perform transformations and stores the data in the csv. The third module uses python again to read the data from the csv and generates a report.
There are business reasons why the modules are using different scripts. The challenge that I am facing is integrating these modules. Is there a way where I can trigger R script through python once the product name is generated in the first module. I checked few answers available online but most of them talk about triggering a simple r function instead of series of instructions provided in R Script. Your help would be greatly appreciated.
Please let me know if you need more details. I am using Windows server to build such pipeline.
Thanks, Triki