You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When shiny app locally using pool, the following warning appears:
Warning: no function found corresponding to methods exports from ‘pool’ for: ‘dbAppendTableArrow’, ‘dbCreateTableArrow’, ‘dbGetQueryArrow’, ‘dbReadTableArrow’, ‘dbSendQueryArrow’, ‘dbWriteTableArrow’.
For docker deployment using rocker/shiny-verse:4.2 as the starting image, this causes the package to not be installed and subsequent deployment issues.
The text was updated successfully, but these errors were encountered:
I had the same issue in the build pipeline for my Docker containers. Indeed, once I made sure that my container has DBI 1.2.1, then pool 1.0.2 installed successfully.
When shiny app locally using pool, the following warning appears:
Warning: no function found corresponding to methods exports from ‘pool’ for: ‘dbAppendTableArrow’, ‘dbCreateTableArrow’, ‘dbGetQueryArrow’, ‘dbReadTableArrow’, ‘dbSendQueryArrow’, ‘dbWriteTableArrow’.
For docker deployment using rocker/shiny-verse:4.2 as the starting image, this causes the package to not be installed and subsequent deployment issues.
The text was updated successfully, but these errors were encountered: