hussein-awala commented on issue #32056: URL: https://github.com/apache/airflow/issues/32056#issuecomment-1601589063
I just tested with the official docker image `apache/airflow:2.4.0` and still can't reproduce the issue: ``` airflow@5c746906a310:/opt/airflow$ pip freeze | grep apache-airflow apache-airflow==2.4.0 apache-airflow-providers-amazon==5.1.0 apache-airflow-providers-celery==3.0.0 apache-airflow-providers-cncf-kubernetes==7.0.0 apache-airflow-providers-common-sql==1.5.1 apache-airflow-providers-docker==3.7.0 apache-airflow-providers-elasticsearch==4.2.0 apache-airflow-providers-ftp==3.4.1 apache-airflow-providers-google==8.3.0 apache-airflow-providers-grpc==3.0.0 apache-airflow-providers-hashicorp==3.1.0 apache-airflow-providers-http==4.4.1 apache-airflow-providers-imap==3.2.1 apache-airflow-providers-microsoft-azure==4.2.0 apache-airflow-providers-mysql==3.2.0 apache-airflow-providers-odbc==3.1.1 apache-airflow-providers-postgres==5.5.0 apache-airflow-providers-redis==3.0.0 apache-airflow-providers-sendgrid==3.0.0 apache-airflow-providers-sftp==4.0.0 apache-airflow-providers-slack==5.1.0 apache-airflow-providers-sqlite==3.4.1 apache-airflow-providers-ssh==3.1.0 airflow@5c746906a310:/opt/airflow$ python Python 3.7.14 (default, Sep 13 2022, 02:30:55) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from airflow.providers.cncf.kubernetes.utils.pod_manager import PodOperatorHookProtocol >>> ``` -- 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]
