iliya-malecki commented on issue #2079:
URL: https://github.com/apache/arrow-adbc/issues/2079#issuecomment-2774012397

   Supporting the conversation with yapping power (a real use case i got):
   We manage a database state with some pipelines, and since we couple that 
with other services through shared SQLModel definitions, its really convenient 
to use tooling from the SQLModel/SQLAlchemy world to drive the updates. Theres 
a lot of bookkeeping that happens in a single transaction along with the bulk 
data upload. Right now, i use a manual copy from stdin and suffer greatly, so 
it would be lovely to rely on a single ADBC-enabled connection to do all the 
bulk uploads with the data-centric tools that support binary copies - and also 
at the same time do all the row-by-row bookkeeping with the same connection, 
just wrapped in SQLModel tooling. Hence, SQLAlchemy + adbc integration has the 
potential to marry the two worlds!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to