-
Notifications
You must be signed in to change notification settings - Fork 15
Description
The Tableau hyper API has been great for automating our server by using both python and R together.
rstudio/reticulate#1487
However, recently we have had issues with the latest verision of the hyper api crashing when we use the latest version of R and reticulate. Reticulate versions appropriate to R 4.2.2 or earlier seem to work (version control in R like https://packagemanager.posit.co/cran/ snapsots to load the version of packages prior to December 22, 2023)
I have isolated the cause to be something related to the import of sqtype function (from the sqltype.py) file": https://tableau.github.io/hyper-db/lang_docs/py/_modules/tableauhyperapi/sqltype.html
I wanted to inform you of the error and find out some details to help further find the cause. However, I did have a few questions first to start out.....