Dev-iL commented on PR #68314:
URL: https://github.com/apache/airflow/pull/68314#issuecomment-4692863135

   > 1. We are hours away from 3.3.0 rcs (or is it betas), and this feels like 
a big change to land at the 11th hour.
   
   Can we not set the milestone to 3.4.0? I'm in no rush to get this released, 
but I do like to unblock further work.
   
   > 2. And this:
   > 
   > > [v3 is not a drop-in replacement for 
v2](https://www.psycopg.org/psycopg3/docs/basic/from_pg2.html)
   > > is true for direct use of Psycopg2/3; but SQLA already deals with that 
difference for us, and we don't use psycopg directly anywhere. So for us, I 
think it should be a drop in replacement.
   > 
   > Since SQL 2.1 is already swapping this, I think we should try psycpog3 as 
I suspect it will Just Work for us
   
   I don't disagree, but want to do it in several reviewable stages:
   1. Make v2 explicit (this PR)
   2. Make v3 a required dep (PR of 
https://github.com/apache/airflow/issues/67801)
   3. Switch the sync driver to v3 and eliminate v2 (PR of 
https://github.com/apache/airflow/issues/68453)


-- 
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