Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No function correspond to methods exports for dbAppendTableArrow failing Docker install #178

Closed
beskoonlog opened this issue Jan 24, 2024 · 2 comments · Fixed by #181
Closed

Comments

@beskoonlog
Copy link

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.

@hadley
Copy link
Member

hadley commented Jan 24, 2024

I think this means I forgot to bump the required DBI dependency. If you use the latest version of DBI, this probably should go away.

@christophscheuch
Copy link

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.

hadley added a commit that referenced this issue Feb 13, 2024
* Bump required version of DBI. Fixes #178.
* Message if dbplyr is old. Fixes #179 (as much as possible)
hadley added a commit that referenced this issue Feb 14, 2024
* Bump required version of DBI. Fixes #178.
* Message if dbplyr is old. Fixes #179 (as much as possible)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants