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/04/02 13:17:39 UTC

[GitHub] [airflow] Fokko commented on issue #5016: [AIRFLOW-4194] Set dag_run state to failed when user terminate backfill

Fokko commented on issue #5016: [AIRFLOW-4194] Set dag_run state to failed when user terminate backfill
URL: https://github.com/apache/airflow/pull/5016#issuecomment-478991129
 
 
   I see a sad mypy, but it looks unrelated:
   ```
   
   Collecting mypy
     Using cached https://files.pythonhosted.org/packages/88/11/8092fdd9cf4c507e6c799bf663e713a5418beb9fda422df810f72641224c/mypy-0.670-py3-none-any.whl
   Collecting mypy-extensions<0.5.0,>=0.4.0 (from mypy)
     Using cached https://files.pythonhosted.org/packages/4d/72/8d54e2b296631b9b14961d583e56e90d9d7fba8a240d5ce7f1113cc5e887/mypy_extensions-0.4.1-py2.py3-none-any.whl
   Collecting typed-ast<1.4.0,>=1.3.1 (from mypy)
     Using cached https://files.pythonhosted.org/packages/15/d6/a7ce9cd898c218ee79352f7636991868d4165f881621d8c48df886fa5865/typed_ast-1.3.1-cp36-cp36m-manylinux1_x86_64.whl
   Installing collected packages: mypy-extensions, typed-ast, mypy
   Successfully installed mypy-0.670 mypy-extensions-0.4.1 typed-ast-1.3.1
   45.01s$ mypy airflow tests
   tests/contrib/hooks/test_gcp_text_to_speech_hook.py:30: error: Name 'mock' already defined (by an import)
   tests/contrib/hooks/test_gcp_text_to_speech_hook.py:32: error: Incompatible types in assignment (expression has type "None", variable has type Module)
   tests/contrib/hooks/test_gcp_speech_to_text_hook.py:30: error: Name 'mock' already defined (by an import)
   tests/contrib/hooks/test_gcp_speech_to_text_hook.py:32: error: Incompatible types in assignment (expression has type "None", variable has type Module)
   tests/contrib/operators/test_gcp_text_to_speech_operator.py:33: error: Name 'mock' already defined (by an import)
   tests/contrib/operators/test_gcp_text_to_speech_operator.py:35: error: Incompatible types in assignment (expression has type "None", variable has type Module)
   tests/contrib/operators/test_gcp_speech_to_text_operator.py:30: error: Name 'mock' already defined (by an import)
   tests/contrib/operators/test_gcp_speech_to_text_operator.py:32: error: Incompatible types in assignment (expression has type "None", variable has type Module)
   The command "mypy airflow tests" exited with 1.
   ```

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