Hello Developers,
I have added Spark SQL support to the DatabaseConnector and SqlRender packages in the “spark” branch. If you have a Spark SQL environment, can you try these packages out?
The branches are here:
https://github.com/OHDSI/DatabaseConnector/tree/spark
You can install using these commands:
devtools::install_github("OHDSI/DatabaseConnector", ref = "spark")
devtools::install_github("OHDSI/SqlRender", ref = "spark")
Thank you @parisni for the initial SqlRender rules – I made some edits based on my environment.
Thanks,
Ajit