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/12/24 23:04:51 UTC

[GitHub] [airflow] nuclearpinguin opened a new pull request #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

nuclearpinguin opened a new pull request #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894
 
 
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [ ] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title. For example, "\[AIRFLOW-XXX\] My Airflow PR"
     - https://issues.apache.org/jira/browse/AIRFLOW-6337
   
   ### Description
   
   - [ ] Here are some details about my PR, including screenshots of any UI changes:
   
   ### Tests
   
   - [ ] My PR adds the following unit tests __OR__ does not need testing for this extremely good reason:
   
   ### Commits
   
   - [ ] My commits all reference Jira issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)":
     1. Subject is separated from body by a blank line
     1. Subject is limited to 50 characters (not including Jira issue reference)
     1. Subject does not end with a period
     1. Subject uses the imperative mood ("add", not "adding")
     1. Body wraps at 72 characters
     1. Body explains "what" and "why", not "how"
   
   ### Documentation
   
   - [ ] In case of new functionality, my PR adds documentation that describes how to use it.
     - All the public functions and the classes in the PR contain docstrings that explain what it does
     - If you implement backwards incompatible changes, please leave a note in the [Updating.md](https://github.com/apache/airflow/blob/master/UPDATING.md) so we can assign it to a appropriate release
   

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

[GitHub] [airflow] codecov-io commented on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io commented on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/003da9b29a16f57db2aefca23a04da63ae4fc0e4?src=pr&el=desc) will **increase** coverage by `0.44%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   + Coverage   83.99%   84.44%   +0.44%     
   ==========================================
     Files         680      679       -1     
     Lines       38393    38497     +104     
   ==========================================
   + Hits        32248    32508     +260     
   + Misses       6145     5989     -156
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/utils/cli.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9jbGkucHk=) | `74.73% <0%> (-2.11%)` | :arrow_down: |
   | [airflow/hooks/presto\_hook.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9wcmVzdG9faG9vay5weQ==) | `75.92% <0%> (-1.63%)` | :arrow_down: |
   | [airflow/contrib/hooks/aws\_hook.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2F3c19ob29rLnB5) | `77.31% <0%> (-0.85%)` | :arrow_down: |
   | [airflow/configuration.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWd1cmF0aW9uLnB5) | `92.6% <0%> (-0.64%)` | :arrow_down: |
   | [airflow/settings.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZXR0aW5ncy5weQ==) | `93.66% <0%> (-0.05%)` | :arrow_down: |
   | [airflow/providers/amazon/aws/hooks/s3.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYW1hem9uL2F3cy9ob29rcy9zMy5weQ==) | `95.72% <0%> (-0.03%)` | :arrow_down: |
   | [...low/contrib/operators/datastore\_import\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhc3RvcmVfaW1wb3J0X29wZXJhdG9yLnB5) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/example\_dags/tutorial.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvdHV0b3JpYWwucHk=) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/gcp/example\_dags/example\_datastore.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZGF0YXN0b3JlLnB5) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/gcp/example\_dags/example\_bigquery.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfYmlncXVlcnkucHk=) | `100% <0%> (ø)` | :arrow_up: |
   | ... and [40 more](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [003da9b...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/d0fbb523d617316a35461e6ee53781a7a716092c?src=pr&el=desc) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   - Coverage   84.62%   84.44%   -0.19%     
   ==========================================
     Files         679      679              
     Lines       38497    38497              
   ==========================================
   - Hits        32578    32508      -70     
   - Misses       5919     5989      +70
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...rflow/contrib/operators/kubernetes\_pod\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.75% <0%> (-20%)` | :arrow_down: |
   | [airflow/contrib/operators/ssh\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9zc2hfb3BlcmF0b3IucHk=) | `84.61% <0%> (+1.28%)` | :arrow_up: |
   | [airflow/sensors/hive\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2hpdmVfcGFydGl0aW9uX3NlbnNvci5weQ==) | `36.36% <0%> (+36.36%)` | :arrow_up: |
   | [airflow/sensors/metastore\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL21ldGFzdG9yZV9wYXJ0aXRpb25fc2Vuc29yLnB5) | `40% <0%> (+40%)` | :arrow_up: |
   | [airflow/sensors/web\_hdfs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL3dlYl9oZGZzX3NlbnNvci5weQ==) | `50% <0%> (+50%)` | :arrow_up: |
   | [airflow/operators/presto\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHJlc3RvX2NoZWNrX29wZXJhdG9yLnB5) | `61.53% <0%> (+61.53%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d0fbb52...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/003da9b29a16f57db2aefca23a04da63ae4fc0e4?src=pr&el=desc) will **increase** coverage by `0.44%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   + Coverage   83.99%   84.44%   +0.44%     
   ==========================================
     Files         680      679       -1     
     Lines       38393    38497     +104     
   ==========================================
   + Hits        32248    32508     +260     
   + Misses       6145     5989     -156
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/utils/cli.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9jbGkucHk=) | `74.73% <0%> (-2.11%)` | :arrow_down: |
   | [airflow/hooks/presto\_hook.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9wcmVzdG9faG9vay5weQ==) | `75.92% <0%> (-1.63%)` | :arrow_down: |
   | [airflow/contrib/hooks/aws\_hook.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2F3c19ob29rLnB5) | `77.31% <0%> (-0.85%)` | :arrow_down: |
   | [airflow/configuration.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWd1cmF0aW9uLnB5) | `92.6% <0%> (-0.64%)` | :arrow_down: |
   | [airflow/settings.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZXR0aW5ncy5weQ==) | `93.66% <0%> (-0.05%)` | :arrow_down: |
   | [airflow/providers/amazon/aws/hooks/s3.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYW1hem9uL2F3cy9ob29rcy9zMy5weQ==) | `95.72% <0%> (-0.03%)` | :arrow_down: |
   | [...low/contrib/operators/datastore\_import\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhc3RvcmVfaW1wb3J0X29wZXJhdG9yLnB5) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/example\_dags/tutorial.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvdHV0b3JpYWwucHk=) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/gcp/example\_dags/example\_datastore.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZGF0YXN0b3JlLnB5) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/gcp/example\_dags/example\_bigquery.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfYmlncXVlcnkucHk=) | `100% <0%> (ø)` | :arrow_up: |
   | ... and [40 more](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [003da9b...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/d0fbb523d617316a35461e6ee53781a7a716092c?src=pr&el=desc) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   - Coverage   84.62%   84.44%   -0.19%     
   ==========================================
     Files         679      679              
     Lines       38497    38497              
   ==========================================
   - Hits        32578    32508      -70     
   - Misses       5919     5989      +70
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...rflow/contrib/operators/kubernetes\_pod\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.75% <0%> (-20%)` | :arrow_down: |
   | [airflow/contrib/operators/ssh\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9zc2hfb3BlcmF0b3IucHk=) | `84.61% <0%> (+1.28%)` | :arrow_up: |
   | [airflow/sensors/hive\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2hpdmVfcGFydGl0aW9uX3NlbnNvci5weQ==) | `36.36% <0%> (+36.36%)` | :arrow_up: |
   | [airflow/sensors/metastore\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL21ldGFzdG9yZV9wYXJ0aXRpb25fc2Vuc29yLnB5) | `40% <0%> (+40%)` | :arrow_up: |
   | [airflow/sensors/web\_hdfs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL3dlYl9oZGZzX3NlbnNvci5weQ==) | `50% <0%> (+50%)` | :arrow_up: |
   | [airflow/operators/presto\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHJlc3RvX2NoZWNrX29wZXJhdG9yLnB5) | `61.53% <0%> (+61.53%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d0fbb52...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/d0fbb523d617316a35461e6ee53781a7a716092c?src=pr&el=desc) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   - Coverage   84.62%   84.44%   -0.19%     
   ==========================================
     Files         679      679              
     Lines       38497    38497              
   ==========================================
   - Hits        32578    32508      -70     
   - Misses       5919     5989      +70
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...rflow/contrib/operators/kubernetes\_pod\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.75% <0%> (-20%)` | :arrow_down: |
   | [airflow/contrib/operators/ssh\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9zc2hfb3BlcmF0b3IucHk=) | `84.61% <0%> (+1.28%)` | :arrow_up: |
   | [airflow/sensors/hive\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2hpdmVfcGFydGl0aW9uX3NlbnNvci5weQ==) | `36.36% <0%> (+36.36%)` | :arrow_up: |
   | [airflow/sensors/metastore\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL21ldGFzdG9yZV9wYXJ0aXRpb25fc2Vuc29yLnB5) | `40% <0%> (+40%)` | :arrow_up: |
   | [airflow/sensors/web\_hdfs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL3dlYl9oZGZzX3NlbnNvci5weQ==) | `50% <0%> (+50%)` | :arrow_up: |
   | [airflow/operators/presto\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHJlc3RvX2NoZWNrX29wZXJhdG9yLnB5) | `61.53% <0%> (+61.53%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d0fbb52...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/d0fbb523d617316a35461e6ee53781a7a716092c?src=pr&el=desc) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   - Coverage   84.62%   84.44%   -0.19%     
   ==========================================
     Files         679      679              
     Lines       38497    38497              
   ==========================================
   - Hits        32578    32508      -70     
   - Misses       5919     5989      +70
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...rflow/contrib/operators/kubernetes\_pod\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.75% <0%> (-20%)` | :arrow_down: |
   | [airflow/contrib/operators/ssh\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9zc2hfb3BlcmF0b3IucHk=) | `84.61% <0%> (+1.28%)` | :arrow_up: |
   | [airflow/sensors/hive\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2hpdmVfcGFydGl0aW9uX3NlbnNvci5weQ==) | `36.36% <0%> (+36.36%)` | :arrow_up: |
   | [airflow/sensors/metastore\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL21ldGFzdG9yZV9wYXJ0aXRpb25fc2Vuc29yLnB5) | `40% <0%> (+40%)` | :arrow_up: |
   | [airflow/sensors/web\_hdfs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL3dlYl9oZGZzX3NlbnNvci5weQ==) | `50% <0%> (+50%)` | :arrow_up: |
   | [airflow/operators/presto\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHJlc3RvX2NoZWNrX29wZXJhdG9yLnB5) | `61.53% <0%> (+61.53%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d0fbb52...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > :exclamation: No coverage uploaded for pull request base (`master@d5fa17f`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #6894   +/-   ##
   =========================================
     Coverage          ?   84.43%           
   =========================================
     Files             ?      679           
     Lines             ?    38505           
     Branches          ?        0           
   =========================================
     Hits              ?    32513           
     Misses            ?     5992           
     Partials          ?        0
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d5fa17f...15de3e6](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/d0fbb523d617316a35461e6ee53781a7a716092c?src=pr&el=desc) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   - Coverage   84.62%   84.44%   -0.19%     
   ==========================================
     Files         679      679              
     Lines       38497    38497              
   ==========================================
   - Hits        32578    32508      -70     
   - Misses       5919     5989      +70
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...rflow/contrib/operators/kubernetes\_pod\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.75% <0%> (-20%)` | :arrow_down: |
   | [airflow/contrib/operators/ssh\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9zc2hfb3BlcmF0b3IucHk=) | `84.61% <0%> (+1.28%)` | :arrow_up: |
   | [airflow/sensors/hive\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2hpdmVfcGFydGl0aW9uX3NlbnNvci5weQ==) | `36.36% <0%> (+36.36%)` | :arrow_up: |
   | [airflow/sensors/metastore\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL21ldGFzdG9yZV9wYXJ0aXRpb25fc2Vuc29yLnB5) | `40% <0%> (+40%)` | :arrow_up: |
   | [airflow/sensors/web\_hdfs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL3dlYl9oZGZzX3NlbnNvci5weQ==) | `50% <0%> (+50%)` | :arrow_up: |
   | [airflow/operators/presto\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHJlc3RvX2NoZWNrX29wZXJhdG9yLnB5) | `61.53% <0%> (+61.53%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d0fbb52...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > :exclamation: No coverage uploaded for pull request base (`master@d5fa17f`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #6894   +/-   ##
   =========================================
     Coverage          ?   84.43%           
   =========================================
     Files             ?      679           
     Lines             ?    38505           
     Branches          ?        0           
   =========================================
     Hits              ?    32513           
     Misses            ?     5992           
     Partials          ?        0
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d5fa17f...15de3e6](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/d0fbb523d617316a35461e6ee53781a7a716092c?src=pr&el=desc) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   - Coverage   84.62%   84.44%   -0.19%     
   ==========================================
     Files         679      679              
     Lines       38497    38497              
   ==========================================
   - Hits        32578    32508      -70     
   - Misses       5919     5989      +70
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...rflow/contrib/operators/kubernetes\_pod\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.75% <0%> (-20%)` | :arrow_down: |
   | [airflow/contrib/operators/ssh\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9zc2hfb3BlcmF0b3IucHk=) | `84.61% <0%> (+1.28%)` | :arrow_up: |
   | [airflow/sensors/hive\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2hpdmVfcGFydGl0aW9uX3NlbnNvci5weQ==) | `36.36% <0%> (+36.36%)` | :arrow_up: |
   | [airflow/sensors/metastore\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL21ldGFzdG9yZV9wYXJ0aXRpb25fc2Vuc29yLnB5) | `40% <0%> (+40%)` | :arrow_up: |
   | [airflow/sensors/web\_hdfs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL3dlYl9oZGZzX3NlbnNvci5weQ==) | `50% <0%> (+50%)` | :arrow_up: |
   | [airflow/operators/presto\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHJlc3RvX2NoZWNrX29wZXJhdG9yLnB5) | `61.53% <0%> (+61.53%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d0fbb52...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/d0fbb523d617316a35461e6ee53781a7a716092c?src=pr&el=desc) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   - Coverage   84.62%   84.44%   -0.19%     
   ==========================================
     Files         679      679              
     Lines       38497    38497              
   ==========================================
   - Hits        32578    32508      -70     
   - Misses       5919     5989      +70
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...rflow/contrib/operators/kubernetes\_pod\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.75% <0%> (-20%)` | :arrow_down: |
   | [airflow/contrib/operators/ssh\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9zc2hfb3BlcmF0b3IucHk=) | `84.61% <0%> (+1.28%)` | :arrow_up: |
   | [airflow/sensors/hive\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2hpdmVfcGFydGl0aW9uX3NlbnNvci5weQ==) | `36.36% <0%> (+36.36%)` | :arrow_up: |
   | [airflow/sensors/metastore\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL21ldGFzdG9yZV9wYXJ0aXRpb25fc2Vuc29yLnB5) | `40% <0%> (+40%)` | :arrow_up: |
   | [airflow/sensors/web\_hdfs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL3dlYl9oZGZzX3NlbnNvci5weQ==) | `50% <0%> (+50%)` | :arrow_up: |
   | [airflow/operators/presto\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHJlc3RvX2NoZWNrX29wZXJhdG9yLnB5) | `61.53% <0%> (+61.53%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d0fbb52...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] potiuk merged pull request #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894
 
 
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/d0fbb523d617316a35461e6ee53781a7a716092c?src=pr&el=desc) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   - Coverage   84.62%   84.44%   -0.19%     
   ==========================================
     Files         679      679              
     Lines       38497    38497              
   ==========================================
   - Hits        32578    32508      -70     
   - Misses       5919     5989      +70
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...rflow/contrib/operators/kubernetes\_pod\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.75% <0%> (-20%)` | :arrow_down: |
   | [airflow/contrib/operators/ssh\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9zc2hfb3BlcmF0b3IucHk=) | `84.61% <0%> (+1.28%)` | :arrow_up: |
   | [airflow/sensors/hive\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2hpdmVfcGFydGl0aW9uX3NlbnNvci5weQ==) | `36.36% <0%> (+36.36%)` | :arrow_up: |
   | [airflow/sensors/metastore\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL21ldGFzdG9yZV9wYXJ0aXRpb25fc2Vuc29yLnB5) | `40% <0%> (+40%)` | :arrow_up: |
   | [airflow/sensors/web\_hdfs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL3dlYl9oZGZzX3NlbnNvci5weQ==) | `50% <0%> (+50%)` | :arrow_up: |
   | [airflow/operators/presto\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHJlc3RvX2NoZWNrX29wZXJhdG9yLnB5) | `61.53% <0%> (+61.53%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d0fbb52...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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

[GitHub] [airflow] codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #6894: [AIRFLOW-6337] Make tests/operators pylint compatible
URL: https://github.com/apache/airflow/pull/6894#issuecomment-568880420
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=h1) Report
   > Merging [#6894](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/d0fbb523d617316a35461e6ee53781a7a716092c?src=pr&el=desc) will **decrease** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/6894/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #6894      +/-   ##
   ==========================================
   - Coverage   84.62%   84.44%   -0.19%     
   ==========================================
     Files         679      679              
     Lines       38497    38497              
   ==========================================
   - Hits        32578    32508      -70     
   - Misses       5919     5989      +70
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...rflow/contrib/operators/kubernetes\_pod\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.75% <0%> (-20%)` | :arrow_down: |
   | [airflow/contrib/operators/ssh\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9zc2hfb3BlcmF0b3IucHk=) | `84.61% <0%> (+1.28%)` | :arrow_up: |
   | [airflow/sensors/hive\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2hpdmVfcGFydGl0aW9uX3NlbnNvci5weQ==) | `36.36% <0%> (+36.36%)` | :arrow_up: |
   | [airflow/sensors/metastore\_partition\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL21ldGFzdG9yZV9wYXJ0aXRpb25fc2Vuc29yLnB5) | `40% <0%> (+40%)` | :arrow_up: |
   | [airflow/sensors/web\_hdfs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL3dlYl9oZGZzX3NlbnNvci5weQ==) | `50% <0%> (+50%)` | :arrow_up: |
   | [airflow/operators/presto\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/6894/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHJlc3RvX2NoZWNrX29wZXJhdG9yLnB5) | `61.53% <0%> (+61.53%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=footer). Last update [d0fbb52...e81f652](https://codecov.io/gh/apache/airflow/pull/6894?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

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