eladkal commented on PR #43679:
URL: https://github.com/apache/airflow/pull/43679#issuecomment-2460343939

   Cool but actually we need (2) ready before (1)
   
   All you need to do here is to remove the changes to 
`airflow/security/kerberos.py` and `tests/security/test_kerberos.py`.
   
   Keep the changes you have in providers but change the imports to:
   
   ```
   try:
       from airflow.security.kerberos import get_kerberos_principal
   except ModuleNotFoundError:
       from airflow.security.kerberos import get_kerberos_principle
   ```
   
   Once you do that provider is compatible with both name and I can do the 
change to airflow core.
   
   


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