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 2020/01/29 11:52:39 UTC

[GitHub] [airflow] baolsen opened a new pull request #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message

baolsen opened a new pull request #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message
URL: https://github.com/apache/airflow/pull/7288
 
 
   ---
   Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg)
   
   Make sure to mark the boxes below before creating PR: [x]
   
   - [X] Description above provides context of the change
   - [X] Commit message/PR title starts with `[AIRFLOW-NNNN]`. AIRFLOW-NNNN = JIRA ID<sup>*</sup>
   - [X] Unit tests coverage for changes (not needed for documentation changes)
   - [X] Commits follow "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)"
   - [X] Relevant documentation is updated including usage instructions.
   - [X] I will engage committers as explained in [Contribution Workflow Example](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example).
   
   <sup>*</sup> For document-only changes commit message can start with `[AIRFLOW-XXXX]`.
   
   ---
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   Read the [Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines) for more information.
   

----------------------------------------------------------------
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] kaxil merged pull request #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message

Posted by GitBox <gi...@apache.org>.
kaxil merged pull request #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message
URL: https://github.com/apache/airflow/pull/7288
 
 
   

----------------------------------------------------------------
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] baolsen commented on a change in pull request #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message

Posted by GitBox <gi...@apache.org>.
baolsen commented on a change in pull request #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message
URL: https://github.com/apache/airflow/pull/7288#discussion_r372762953
 
 

 ##########
 File path: airflow/providers/amazon/aws/operators/datasync.py
 ##########
 @@ -350,6 +350,16 @@ def _execute_datasync_task(self):
         )
         self.log.info("task_execution_description=%s",
                       task_execution_description)
+
+        # Log some meaningful statuses
+        log = self.log.info
+        if not result:
+            log = self.log.error
 
 Review comment:
   Thanks, your way is better. I'll update :)

----------------------------------------------------------------
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 #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message
URL: https://github.com/apache/airflow/pull/7288#issuecomment-579815090
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=h1) Report
   > Merging [#7288](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/1988a97e8f687e28a5a39b29677fb514e097753c?src=pr&el=desc) will **decrease** coverage by `0.25%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7288/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7288      +/-   ##
   ==========================================
   - Coverage   85.46%   85.21%   -0.26%     
   ==========================================
     Files         851      864      +13     
     Lines       40403    40462      +59     
   ==========================================
   - Hits        34532    34480      -52     
   - Misses       5871     5982     +111
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/providers/amazon/aws/operators/datasync.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYW1hem9uL2F3cy9vcGVyYXRvcnMvZGF0YXN5bmMucHk=) | `14.1% <0%> (-0.67%)` | :arrow_down: |
   | [airflow/operators/mysql\_to\_hive.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvbXlzcWxfdG9faGl2ZS5weQ==) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/operators/s3\_to\_hive\_operator.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvczNfdG9faGl2ZV9vcGVyYXRvci5weQ==) | `0% <0%> (-93.97%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7288/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/7288/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/7288/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/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...viders/cncf/kubernetes/operators/kubernetes\_pod.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvY25jZi9rdWJlcm5ldGVzL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZC5weQ==) | `76.47% <0%> (-21.18%)` | :arrow_down: |
   | [airflow/contrib/operators/file\_to\_wasb.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9maWxlX3RvX3dhc2IucHk=) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/operators/mssql\_to\_hive.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvbXNzcWxfdG9faGl2ZS5weQ==) | `100% <0%> (ø)` | :arrow_up: |
   | ... and [22 more](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7288?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/7288?src=pr&el=footer). Last update [1988a97...19de944](https://codecov.io/gh/apache/airflow/pull/7288?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 commented on issue #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message

Posted by GitBox <gi...@apache.org>.
codecov-io commented on issue #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message
URL: https://github.com/apache/airflow/pull/7288#issuecomment-579815090
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=h1) Report
   > Merging [#7288](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/1988a97e8f687e28a5a39b29677fb514e097753c?src=pr&el=desc) will **decrease** coverage by `0.25%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7288/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7288      +/-   ##
   ==========================================
   - Coverage   85.46%   85.21%   -0.26%     
   ==========================================
     Files         851      864      +13     
     Lines       40403    40462      +59     
   ==========================================
   - Hits        34532    34480      -52     
   - Misses       5871     5982     +111
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/providers/amazon/aws/operators/datasync.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYW1hem9uL2F3cy9vcGVyYXRvcnMvZGF0YXN5bmMucHk=) | `14.1% <0%> (-0.67%)` | :arrow_down: |
   | [airflow/operators/mysql\_to\_hive.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvbXlzcWxfdG9faGl2ZS5weQ==) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/operators/s3\_to\_hive\_operator.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvczNfdG9faGl2ZV9vcGVyYXRvci5weQ==) | `0% <0%> (-93.97%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7288/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/7288/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/7288/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/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...viders/cncf/kubernetes/operators/kubernetes\_pod.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvY25jZi9rdWJlcm5ldGVzL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZC5weQ==) | `76.47% <0%> (-21.18%)` | :arrow_down: |
   | [airflow/contrib/operators/file\_to\_wasb.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9maWxlX3RvX3dhc2IucHk=) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/operators/mssql\_to\_hive.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvbXNzcWxfdG9faGl2ZS5weQ==) | `100% <0%> (ø)` | :arrow_up: |
   | ... and [22 more](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7288?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/7288?src=pr&el=footer). Last update [1988a97...19de944](https://codecov.io/gh/apache/airflow/pull/7288?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] ashb commented on a change in pull request #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message

Posted by GitBox <gi...@apache.org>.
ashb commented on a change in pull request #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message
URL: https://github.com/apache/airflow/pull/7288#discussion_r372622186
 
 

 ##########
 File path: airflow/providers/amazon/aws/operators/datasync.py
 ##########
 @@ -350,6 +350,16 @@ def _execute_datasync_task(self):
         )
         self.log.info("task_execution_description=%s",
                       task_execution_description)
+
+        # Log some meaningful statuses
+        log = self.log.info
+        if not result:
+            log = self.log.error
 
 Review comment:
   This is a slightly odd way. Instead could you do:
   
   ```python
           level = logging.ERROR if not result else logging.INFO
           self.log.log(level, 'Status=%s', task_execution_description['Status'])
   ```
   
   etc. (Probably need `import logging` at the top of the file to get access to those constants)

----------------------------------------------------------------
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 #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message
URL: https://github.com/apache/airflow/pull/7288#issuecomment-579815090
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=h1) Report
   > Merging [#7288](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/1988a97e8f687e28a5a39b29677fb514e097753c?src=pr&el=desc) will **decrease** coverage by `1.62%`.
   > The diff coverage is `16.66%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7288/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7288      +/-   ##
   ==========================================
   - Coverage   85.46%   83.84%   -1.63%     
   ==========================================
     Files         851      863      +12     
     Lines       40403    40494      +91     
   ==========================================
   - Hits        34532    33952     -580     
   - Misses       5871     6542     +671
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/providers/amazon/aws/operators/datasync.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYW1hem9uL2F3cy9vcGVyYXRvcnMvZGF0YXN5bmMucHk=) | `33.54% <16.66%> (+18.78%)` | :arrow_up: |
   | [airflow/gcp/example\_dags/example\_dlp\_operator.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZGxwX29wZXJhdG9yLnB5) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/gcp/example\_dags/example\_datastore.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZGF0YXN0b3JlLnB5) | `0% <0%> (-100%)` | :arrow_down: |
   | [...low/gcp/example\_dags/example\_automl\_translation.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfYXV0b21sX3RyYW5zbGF0aW9uLnB5) | `0% <0%> (-100%)` | :arrow_down: |
   | [...flow/gcp/example\_dags/example\_cloud\_memorystore.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfbWVtb3J5c3RvcmUucHk=) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/gcp/example\_dags/example\_translate.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfdHJhbnNsYXRlLnB5) | `0% <0%> (-100%)` | :arrow_down: |
   | [...p/example\_dags/example\_automl\_nl\_text\_sentiment.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfYXV0b21sX25sX3RleHRfc2VudGltZW50LnB5) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/gcp/example\_dags/example\_dataflow.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZGF0YWZsb3cucHk=) | `0% <0%> (-100%)` | :arrow_down: |
   | [.../example\_dags/example\_automl\_nl\_text\_extraction.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfYXV0b21sX25sX3RleHRfZXh0cmFjdGlvbi5weQ==) | `0% <0%> (-100%)` | :arrow_down: |
   | ... and [115 more](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7288?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/7288?src=pr&el=footer). Last update [1988a97...ece5f47](https://codecov.io/gh/apache/airflow/pull/7288?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 #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7288: [AIRFLOW-6672] AWS DataSync - better logging of error message
URL: https://github.com/apache/airflow/pull/7288#issuecomment-579815090
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=h1) Report
   > Merging [#7288](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/1988a97e8f687e28a5a39b29677fb514e097753c?src=pr&el=desc) will **decrease** coverage by `0.25%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7288/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7288      +/-   ##
   ==========================================
   - Coverage   85.46%   85.21%   -0.26%     
   ==========================================
     Files         851      864      +13     
     Lines       40403    40462      +59     
   ==========================================
   - Hits        34532    34480      -52     
   - Misses       5871     5982     +111
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7288?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/providers/amazon/aws/operators/datasync.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYW1hem9uL2F3cy9vcGVyYXRvcnMvZGF0YXN5bmMucHk=) | `14.1% <0%> (-0.67%)` | :arrow_down: |
   | [airflow/operators/mysql\_to\_hive.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvbXlzcWxfdG9faGl2ZS5weQ==) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/operators/s3\_to\_hive\_operator.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvczNfdG9faGl2ZV9vcGVyYXRvci5weQ==) | `0% <0%> (-93.97%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7288/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/7288/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/7288/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/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | [...viders/cncf/kubernetes/operators/kubernetes\_pod.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvY25jZi9rdWJlcm5ldGVzL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZC5weQ==) | `76.47% <0%> (-21.18%)` | :arrow_down: |
   | [airflow/contrib/operators/file\_to\_wasb.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9maWxlX3RvX3dhc2IucHk=) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/operators/mssql\_to\_hive.py](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvbXNzcWxfdG9faGl2ZS5weQ==) | `100% <0%> (ø)` | :arrow_up: |
   | ... and [22 more](https://codecov.io/gh/apache/airflow/pull/7288/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7288?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/7288?src=pr&el=footer). Last update [1988a97...19de944](https://codecov.io/gh/apache/airflow/pull/7288?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