[
https://issues.apache.org/jira/browse/AIRFLOW-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851189#comment-16851189
]
Luke Bodeen commented on AIRFLOW-4590:
--------------------------------------
[https://github.com/apache/airflow/pull/5337]
> winrm hook/operator - Suppress -WARNING - Failed to parse headers
> -----------------------------------------------------------------
>
> Key: AIRFLOW-4590
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4590
> Project: Apache Airflow
> Issue Type: Improvement
> Components: hooks
> Affects Versions: 1.10.0, 1.10.1, 1.10.2, 1.10.3
> Reporter: Luke Bodeen
> Assignee: Luke Bodeen
> Priority: Minor
> Fix For: 1.10.4
>
>
> When using the winrm hook/operator, which uses pywinrm and subsequently
> urllib3, often this warning happens so often, it makes reading the task logs
> difficult. This card is to suppress warnings from urllib3 that cause this.
> see:
> [https://github.com/urllib3/urllib3/issues/800]
> [https://github.com/python/cpython/pull/12214]
>
> {code:java}
> WARNING - Failed to parse headers
> (url=http://tn019wvda005.docutap.local:5985/wsman):
> [StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()],
> unparsed data: {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)