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/08/05 08:57:48 UTC

[GitHub] [airflow] ephraimbuddy opened a new pull request #10167: Add correct signatures for operators in amazon provider package

ephraimbuddy opened a new pull request #10167:
URL: https://github.com/apache/airflow/pull/10167


   This PR closes part of #9942, It enforces keyword-only arguments for amazon provider operators
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
   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).
   


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



[GitHub] [airflow] codecov-commenter edited a comment on pull request #10167: Add correct signatures for operators in amazon provider package

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #10167:
URL: https://github.com/apache/airflow/pull/10167#issuecomment-669078230


   # [Codecov](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=h1) Report
   > Merging [#10167](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/4054663769e3a3861773469469dd3efa7b383df8&el=desc) will **increase** coverage by `28.92%`.
   > The diff coverage is `49.36%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/10167/graphs/tree.svg?width=650&height=150&src=pr&token=WdLKlKHOAU)](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff             @@
   ##           master   #10167       +/-   ##
   ===========================================
   + Coverage    6.22%   35.14%   +28.92%     
   ===========================================
     Files         946     1037       +91     
     Lines       45695    49927     +4232     
   ===========================================
   + Hits         2846    17549    +14703     
   + Misses      42849    32378    -10471     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | #mysql-tests-Integration-3.7-5.7 | `34.78% <48.78%> (?)` | |
   | #mysql-tests-Integration-3.8-5.7 | `35.04% <49.39%> (?)` | |
   | #postgres-tests-Integration-3.6-10 | `34.76% <48.78%> (?)` | |
   | #postgres-tests-Integration-3.6-9.6 | `34.76% <48.78%> (?)` | |
   | #postgres-tests-Integration-3.7-10 | `34.76% <48.78%> (?)` | |
   | #sqlite-tests-Integration-3.6 | `34.21% <43.42%> (?)` | |
   | #sqlite-tests-Integration-3.8 | `34.47% <44.09%> (?)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/api/auth/backend/default.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvYXV0aC9iYWNrZW5kL2RlZmF1bHQucHk=) | `0.00% <0.00%> (-69.24%)` | :arrow_down: |
   | [airflow/api/auth/backend/deny\_all.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvYXV0aC9iYWNrZW5kL2RlbnlfYWxsLnB5) | `0.00% <0.00%> (ø)` | |
   | [airflow/api/client/json\_client.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvY2xpZW50L2pzb25fY2xpZW50LnB5) | `0.00% <0.00%> (ø)` | |
   | [airflow/cli/commands/db\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvZGJfY29tbWFuZC5weQ==) | `36.17% <ø> (+36.17%)` | :arrow_up: |
   | [airflow/cli/commands/info\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvaW5mb19jb21tYW5kLnB5) | `35.67% <ø> (+35.67%)` | :arrow_up: |
   | [airflow/cli/commands/task\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvdGFza19jb21tYW5kLnB5) | `23.71% <0.00%> (+23.71%)` | :arrow_up: |
   | [airflow/config\_templates/default\_celery.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWdfdGVtcGxhdGVzL2RlZmF1bHRfY2VsZXJ5LnB5) | `52.94% <ø> (+52.94%)` | :arrow_up: |
   | [...rflow/config\_templates/default\_webserver\_config.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWdfdGVtcGxhdGVzL2RlZmF1bHRfd2Vic2VydmVyX2NvbmZpZy5weQ==) | `0.00% <0.00%> (ø)` | |
   | [airflow/contrib/\_\_init\_\_.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL19faW5pdF9fLnB5) | `0.00% <0.00%> (ø)` | |
   | [...low/contrib/hooks/azure\_container\_instance\_hook.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2F6dXJlX2NvbnRhaW5lcl9pbnN0YW5jZV9ob29rLnB5) | `0.00% <ø> (ø)` | |
   | ... and [966 more](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/10167?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/10167?src=pr&el=footer). Last update [1437cb7...e578c7f](https://codecov.io/gh/apache/airflow/pull/10167?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



[GitHub] [airflow] codecov-commenter edited a comment on pull request #10167: Add correct signatures for operators in amazon provider package

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #10167:
URL: https://github.com/apache/airflow/pull/10167#issuecomment-669078230


   # [Codecov](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=h1) Report
   > Merging [#10167](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/4054663769e3a3861773469469dd3efa7b383df8&el=desc) will **increase** coverage by `28.92%`.
   > The diff coverage is `49.36%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/10167/graphs/tree.svg?width=650&height=150&src=pr&token=WdLKlKHOAU)](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff             @@
   ##           master   #10167       +/-   ##
   ===========================================
   + Coverage    6.22%   35.14%   +28.92%     
   ===========================================
     Files         946     1037       +91     
     Lines       45695    49927     +4232     
   ===========================================
   + Hits         2846    17549    +14703     
   + Misses      42849    32378    -10471     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | #mysql-tests-Integration-3.7-5.7 | `34.78% <48.78%> (?)` | |
   | #mysql-tests-Integration-3.8-5.7 | `35.04% <49.39%> (?)` | |
   | #postgres-tests-Integration-3.6-10 | `34.76% <48.78%> (?)` | |
   | #postgres-tests-Integration-3.6-9.6 | `34.76% <48.78%> (?)` | |
   | #postgres-tests-Integration-3.7-10 | `34.76% <48.78%> (?)` | |
   | #postgres-tests-Integration-3.7-9.6 | `34.76% <48.78%> (?)` | |
   | #sqlite-tests-Integration-3.6 | `34.21% <43.42%> (?)` | |
   | #sqlite-tests-Integration-3.8 | `34.47% <44.09%> (?)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/api/auth/backend/default.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvYXV0aC9iYWNrZW5kL2RlZmF1bHQucHk=) | `0.00% <0.00%> (-69.24%)` | :arrow_down: |
   | [airflow/api/auth/backend/deny\_all.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvYXV0aC9iYWNrZW5kL2RlbnlfYWxsLnB5) | `0.00% <0.00%> (ø)` | |
   | [airflow/api/client/json\_client.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvY2xpZW50L2pzb25fY2xpZW50LnB5) | `0.00% <0.00%> (ø)` | |
   | [airflow/cli/commands/db\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvZGJfY29tbWFuZC5weQ==) | `36.17% <ø> (+36.17%)` | :arrow_up: |
   | [airflow/cli/commands/info\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvaW5mb19jb21tYW5kLnB5) | `35.67% <ø> (+35.67%)` | :arrow_up: |
   | [airflow/cli/commands/task\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvdGFza19jb21tYW5kLnB5) | `23.71% <0.00%> (+23.71%)` | :arrow_up: |
   | [airflow/config\_templates/default\_celery.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWdfdGVtcGxhdGVzL2RlZmF1bHRfY2VsZXJ5LnB5) | `52.94% <ø> (+52.94%)` | :arrow_up: |
   | [...rflow/config\_templates/default\_webserver\_config.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWdfdGVtcGxhdGVzL2RlZmF1bHRfd2Vic2VydmVyX2NvbmZpZy5weQ==) | `0.00% <0.00%> (ø)` | |
   | [airflow/contrib/\_\_init\_\_.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL19faW5pdF9fLnB5) | `0.00% <0.00%> (ø)` | |
   | [...low/contrib/hooks/azure\_container\_instance\_hook.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2F6dXJlX2NvbnRhaW5lcl9pbnN0YW5jZV9ob29rLnB5) | `0.00% <ø> (ø)` | |
   | ... and [966 more](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/10167?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/10167?src=pr&el=footer). Last update [1437cb7...e578c7f](https://codecov.io/gh/apache/airflow/pull/10167?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



[GitHub] [airflow] codecov-commenter commented on pull request #10167: Add correct signatures for operators in amazon provider package

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #10167:
URL: https://github.com/apache/airflow/pull/10167#issuecomment-669078230


   # [Codecov](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=h1) Report
   > Merging [#10167](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/4054663769e3a3861773469469dd3efa7b383df8&el=desc) will **increase** coverage by `28.89%`.
   > The diff coverage is `49.36%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/10167/graphs/tree.svg?width=650&height=150&src=pr&token=WdLKlKHOAU)](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff             @@
   ##           master   #10167       +/-   ##
   ===========================================
   + Coverage    6.22%   35.12%   +28.89%     
   ===========================================
     Files         946     1037       +91     
     Lines       45695    49927     +4232     
   ===========================================
   + Hits         2846    17535    +14689     
   + Misses      42849    32392    -10457     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | #postgres-tests-Integration-3.6-9.6 | `34.76% <48.78%> (?)` | |
   | #sqlite-tests-Integration-3.8 | `34.47% <44.09%> (?)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/api/auth/backend/default.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvYXV0aC9iYWNrZW5kL2RlZmF1bHQucHk=) | `0.00% <0.00%> (-69.24%)` | :arrow_down: |
   | [airflow/api/auth/backend/deny\_all.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvYXV0aC9iYWNrZW5kL2RlbnlfYWxsLnB5) | `0.00% <0.00%> (ø)` | |
   | [airflow/api/client/json\_client.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvY2xpZW50L2pzb25fY2xpZW50LnB5) | `0.00% <0.00%> (ø)` | |
   | [airflow/cli/commands/db\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvZGJfY29tbWFuZC5weQ==) | `36.17% <ø> (+36.17%)` | :arrow_up: |
   | [airflow/cli/commands/info\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvaW5mb19jb21tYW5kLnB5) | `35.67% <ø> (+35.67%)` | :arrow_up: |
   | [airflow/cli/commands/task\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvdGFza19jb21tYW5kLnB5) | `23.71% <0.00%> (+23.71%)` | :arrow_up: |
   | [airflow/config\_templates/default\_celery.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWdfdGVtcGxhdGVzL2RlZmF1bHRfY2VsZXJ5LnB5) | `52.94% <ø> (+52.94%)` | :arrow_up: |
   | [...rflow/config\_templates/default\_webserver\_config.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWdfdGVtcGxhdGVzL2RlZmF1bHRfd2Vic2VydmVyX2NvbmZpZy5weQ==) | `0.00% <0.00%> (ø)` | |
   | [airflow/contrib/\_\_init\_\_.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL19faW5pdF9fLnB5) | `0.00% <0.00%> (ø)` | |
   | [...low/contrib/hooks/azure\_container\_instance\_hook.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2F6dXJlX2NvbnRhaW5lcl9pbnN0YW5jZV9ob29rLnB5) | `0.00% <ø> (ø)` | |
   | ... and [966 more](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/10167?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/10167?src=pr&el=footer). Last update [1437cb7...e578c7f](https://codecov.io/gh/apache/airflow/pull/10167?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



[GitHub] [airflow] codecov-commenter edited a comment on pull request #10167: Add correct signatures for operators in amazon provider package

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #10167:
URL: https://github.com/apache/airflow/pull/10167#issuecomment-669078230


   # [Codecov](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=h1) Report
   > Merging [#10167](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/4054663769e3a3861773469469dd3efa7b383df8&el=desc) will **increase** coverage by `28.91%`.
   > The diff coverage is `49.36%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/10167/graphs/tree.svg?width=650&height=150&src=pr&token=WdLKlKHOAU)](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff             @@
   ##           master   #10167       +/-   ##
   ===========================================
   + Coverage    6.22%   35.14%   +28.91%     
   ===========================================
     Files         946     1037       +91     
     Lines       45695    49927     +4232     
   ===========================================
   + Hits         2846    17548    +14702     
   + Misses      42849    32379    -10470     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | #mysql-tests-Integration-3.7-5.7 | `34.78% <48.78%> (?)` | |
   | #postgres-tests-Integration-3.6-9.6 | `34.76% <48.78%> (?)` | |
   | #postgres-tests-Integration-3.7-10 | `34.76% <48.78%> (?)` | |
   | #sqlite-tests-Integration-3.6 | `34.21% <43.42%> (?)` | |
   | #sqlite-tests-Integration-3.8 | `34.47% <44.09%> (?)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/10167?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/api/auth/backend/default.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvYXV0aC9iYWNrZW5kL2RlZmF1bHQucHk=) | `0.00% <0.00%> (-69.24%)` | :arrow_down: |
   | [airflow/api/auth/backend/deny\_all.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvYXV0aC9iYWNrZW5kL2RlbnlfYWxsLnB5) | `0.00% <0.00%> (ø)` | |
   | [airflow/api/client/json\_client.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9hcGkvY2xpZW50L2pzb25fY2xpZW50LnB5) | `0.00% <0.00%> (ø)` | |
   | [airflow/cli/commands/db\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvZGJfY29tbWFuZC5weQ==) | `36.17% <ø> (+36.17%)` | :arrow_up: |
   | [airflow/cli/commands/info\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvaW5mb19jb21tYW5kLnB5) | `35.67% <ø> (+35.67%)` | :arrow_up: |
   | [airflow/cli/commands/task\_command.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jbGkvY29tbWFuZHMvdGFza19jb21tYW5kLnB5) | `23.71% <0.00%> (+23.71%)` | :arrow_up: |
   | [airflow/config\_templates/default\_celery.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWdfdGVtcGxhdGVzL2RlZmF1bHRfY2VsZXJ5LnB5) | `52.94% <ø> (+52.94%)` | :arrow_up: |
   | [...rflow/config\_templates/default\_webserver\_config.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWdfdGVtcGxhdGVzL2RlZmF1bHRfd2Vic2VydmVyX2NvbmZpZy5weQ==) | `0.00% <0.00%> (ø)` | |
   | [airflow/contrib/\_\_init\_\_.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL19faW5pdF9fLnB5) | `0.00% <0.00%> (ø)` | |
   | [...low/contrib/hooks/azure\_container\_instance\_hook.py](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2F6dXJlX2NvbnRhaW5lcl9pbnN0YW5jZV9ob29rLnB5) | `0.00% <ø> (ø)` | |
   | ... and [966 more](https://codecov.io/gh/apache/airflow/pull/10167/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/10167?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/10167?src=pr&el=footer). Last update [1437cb7...e578c7f](https://codecov.io/gh/apache/airflow/pull/10167?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



[GitHub] [airflow] mik-laj merged pull request #10167: Add correct signatures for operators in amazon provider package

Posted by GitBox <gi...@apache.org>.
mik-laj merged pull request #10167:
URL: https://github.com/apache/airflow/pull/10167


   


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