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/09/13 17:41:20 UTC

[GitHub] [airflow] dossett commented on issue #5419: [AIRFLOW-XXXX] Update pydoc of mlengine_operator

dossett commented on issue #5419: [AIRFLOW-XXXX] Update pydoc of mlengine_operator
URL: https://github.com/apache/airflow/pull/5419#issuecomment-531328098
 
 
   @mik-laj @potiuk Rebased and pushed.  There are some test failures, but they don't seem related to my pydoc change, e.g.:
   
   ```
   ERROR [airflow.models.dagbag.DagBag] Failed to import: /opt/airflow/tests/dags/test_impersonation_custom.py
   Traceback (most recent call last):
     File "/opt/airflow/airflow/models/dagbag.py", line 199, in process_file
       m = imp.load_source(mod_name, filepath)
     File "/usr/local/lib/python3.5/imp.py", line 172, in load_source
       module = _load(spec)
     File "<frozen importlib._bootstrap>", line 693, in _load
     File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 697, in exec_module
     File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
     File "/opt/airflow/tests/dags/test_impersonation_custom.py", line 31, in <module>
       from tests.test_utils.fake_datetime import FakeDatetime
   ImportError: No module named 'tests.test_utils'
   ```

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