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/11/27 07:38:31 UTC

[GitHub] [airflow] baolsen commented on issue #6675: [AIRFLOW-6038] AWS DataSync example_dags added

baolsen commented on issue #6675: [AIRFLOW-6038] AWS DataSync example_dags added
URL: https://github.com/apache/airflow/pull/6675#issuecomment-558968294
 
 
   Hi @potiuk 
   
   Please may I ask for your assistance with this.
   My build is failing due to cyclic import (it was failing even before your recent fixes). 
   
   I am not sure where to start debugging. 
   I think the root cause is the new documentation files I've added, but I'm not sure why this would cause cyclic import problems in other files and I have no idea which one of my files is causing the issue.
   
   Any advice would be appreciated.
   
   Perhaps it is how I am importing "airflow" and "airflow exceptions" ?
   
   Here is where the build is failing during "static checks":
   ************* Module airflow.example_dags.example_http_operator
   airflow/example_dags/example_http_operator.py:1:0: R0401: Cyclic import (airflow.executors -> airflow.executors.kubernetes_executor -> airflow.kubernetes.pod_generator) (cyclic-import)
   
   

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


With regards,
Apache Git Services