Luke Bodeen created AIRFLOW-4590:
------------------------------------
Summary: 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.3, 1.10.2, 1.10.1, 1.10.0
Reporter: Luke Bodeen
Assignee: Luke Bodeen
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)