lidavidm commented on issue #4010: URL: https://github.com/apache/arrow-adbc/issues/4010#issuecomment-3940445763
It appears Google's Python library wraps certain Postgres (or MySQL/MSSQL) drivers and calls GCP APIs to get auth and other configs before effectively creating a regular connection and wrapping the driver. So unlike Redshift, which actually modifies the PostgreSQL protocol for its auth, in theory we can at least replicate this without forking libpq. That said I'm a little hesitant to bring the entire GCP SDK, and whatever build problems it has, into the project, but we can figure something out... -- 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]
