You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "MinJae Kwon (Jira)" <ji...@apache.org> on 2019/10/26 19:02:00 UTC

[jira] [Created] (AIRFLOW-5766) example_http_operator failing due to 404 errors

MinJae Kwon created AIRFLOW-5766:
------------------------------------

             Summary: example_http_operator failing due to 404 errors
                 Key: AIRFLOW-5766
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5766
             Project: Apache Airflow
          Issue Type: Improvement
          Components: examples
    Affects Versions: 1.10.7
            Reporter: MinJae Kwon
            Assignee: MinJae Kwon
             Fix For: 1.10.7


example_http_operator is using `https://google.com` as base URL, and does each HTTP request to `/api/v1.0/node` endpoint. But `https://google.com/api/v1.0/node` returns 404 error, so this example always fails.

 

So it should use another working website or URL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)