Skip to content

Getting results from SHOW queries in Python + PostgreSQL #2857

Answered by lidavidm
michalc asked this question in Q&A
Discussion options

You must be logged in to vote

There is an option indeed: https://arrow.apache.org/adbc/current/python/api/adbc_driver_postgresql.html#adbc_driver_postgresql.StatementOptions.USE_COPY

I think I need to:

  • Update the documentation to highlight this
  • Add a recipe to demonstrate it
  • Possibly detect this and either retry the query without COPY or add to the error message to explain this

For future reference: the docs are being updated by #2859

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@michalc
Comment options

@lidavidm
Comment options

@michalc
Comment options

Answer selected by michalc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants