vincbeck commented on PR #55954:
URL: https://github.com/apache/airflow/pull/55954#issuecomment-3334107487

   > Question: do we need to continue supporting SQLA1, or can we "simply" 
switch to 2.x and update the syntax at the same time?
   
   In order to switch to SQLA2 we need 2 things (the 2nd point can split in 2, 
so let's say 3 points):
   1. Migrate to FAB 5. We need to have this PR merged: #50960
   2. Resolve all static errors raised by `mypy` when SQLA2 is enabled. When 
SQLA2 is used, `mypy` is really angry and raises more than 900 errors. You can 
see some example of this error in 
[SQLA_Migration_Plan.md](https://github.com/user-attachments/files/22438407/SQLA_Migration_Plan.md)
 created by @Dev-iL 
     a. Upgrading the models (this PR) resolves more than half
     b. Then we need to resolve them individually
   
   We need to complete all these things in order to switch to SQLA2 so no I do 
not think and should not do that in the same PR.


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