[
https://issues.apache.org/jira/browse/AIRFLOW-5766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960975#comment-16960975
]
ASF GitHub Bot commented on AIRFLOW-5766:
-----------------------------------------
feluelle commented on pull request #6438: [AIRFLOW-5766] Fix failing
example_http_operator
URL: https://github.com/apache/airflow/pull/6438
----------------------------------------------------------------
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:
[email protected]
> example_http_operator is 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
> Priority: Minor
> 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)