sjyangkevin commented on issue #52378:
URL: https://github.com/apache/airflow/issues/52378#issuecomment-3016295835

   > Look here 
https://github.com/apache/airflow/blob/main/contributing-docs/testing/unit_tests.rst#compatibility-provider-unit-tests-against-older-airflow-releases
 - it has the exact command to use.
   
   
![Image](https://github.com/user-attachments/assets/4dc684ef-150b-4b44-a0f2-0a77a931a450)
   
   I tried the command `breeze shell --use-airflow-version 2.10.5 
--mount-sources providers-and-tests` but got the above error. I guess it might 
be some DB so I added a flag `--db-reset` to the command, but got the following 
RuntimeError related to Keycloak. I've tried a set of providers in the breeze 
environment when using 2.10.5, and all the tests are failed due to the 
sqlalchemy issue above. 
   
   
![Image](https://github.com/user-attachments/assets/3522b739-e0e3-49de-98f3-68453b75dd0b)
   
   For the keycloak issue, I can see the providers is removed for 2.x version 
in `global_constants.py` but don't really understand why it is still being 
used. Thanks.


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