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 2019/01/13 08:33:24 UTC

[GitHub] ron819 commented on issue #3533: [AIRFLOW-161] New redirect route and extra links

ron819 commented on issue #3533: [AIRFLOW-161] New redirect route and extra links
URL: https://github.com/apache/airflow/pull/3533#issuecomment-453811591
 
 
   The failure doesn't seem to be related to the PR?
   
   ERROR [airflow.models.DagBag] Failed to import: /app/tests/dags/test_impersonation_custom.py
   Traceback (most recent call last):
     File "/app/airflow/models/__init__.py", line 382, in process_file
       m = imp.load_source(mod_name, filepath)
     File "/app/tests/dags/test_impersonation_custom.py", line 31, in <module>
       from tests.test_utils.fake_datetime import FakeDatetime
     File "/app/tests/__init__.py", line 26, in <module>
       from .models import *
     File "/app/tests/models.py", line 53, in <module>
       from airflow.operators import BaseOperator
   ImportError: cannot import name BaseOperator

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services