You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/04 22:44:00 UTC

[GitHub] [airflow] dimberman edited a comment on pull request #10084: Fix more PodMutationHook issues for backwards compatibility

dimberman edited a comment on pull request #10084:
URL: https://github.com/apache/airflow/pull/10084#issuecomment-668860781


   ```
   │                                                                                      │
   │ Traceback (most recent call last):                                                   │
   │   File "/home/airflow/.local/bin/airflow", line 25, in <module>                      │
   │     from airflow.configuration import conf                                           │
   │   File "/home/airflow/.local/lib/python3.6/site-packages/airflow/__init__.py", line  │
   │     from airflow.utils.log.logging_mixin import LoggingMixin                         │
   │   File "/home/airflow/.local/lib/python3.6/site-packages/airflow/utils/__init__.py", │
   │     from .decorators import apply_defaults as _apply_defaults                        │
   │   File "/home/airflow/.local/lib/python3.6/site-packages/airflow/utils/decorators.py │
   │     from airflow import settings                                                     │
   │   File "/home/airflow/.local/lib/python3.6/site-packages/airflow/settings.py", line  │
   │     from airflow.configuration import conf, AIRFLOW_HOME, WEBSERVER_CONFIG  # NOQA F │
   │   File "/home/airflow/.local/lib/python3.6/site-packages/airflow/configuration.py",  │
   │     with open(AIRFLOW_CONFIG, 'w') as f:                                             │
   │ IsADirectoryError: [Errno 21] Is a directory: '/opt/airflow/airflow.cfg'             │
   │ stream closed                                                                        │
   │
   ```
   
   that is causing k8s tests to fail


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org