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/10 09:53:09 UTC

[GitHub] [airflow] alexnu opened a new pull request #7127: [AIRFLOW-6510] - Fix druid operator templating

alexnu opened a new pull request #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127
 
 
   Dear maintainers,
   
   Please accept my PR which fixes the way druid specification json is loaded by leveraging template fields as in most other operators, rather that manually parsing the file in the operator.
   
   Fixed existing tests and deleted one unneeded test case, as the operator is no longer opening a file.
   
   ---
   Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg)
   
   - [ ] Description above provides context of the change
   - [ ] Commit message/PR title starts with `[AIRFLOW-NNNN]`. AIRFLOW-NNNN = JIRA ID<sup>*</sup>
   - [ ] Unit tests coverage for changes (not needed for documentation changes)
   - [ ] Commits follow "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)"
   - [ ] Relevant documentation is updated including usage instructions.
   - [ ] 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] codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.34%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.89%   -0.35%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39153      +57     
   ==========================================
   - Hits        33327    33239      -88     
   - Misses       5769     5914     +145
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/operators/postgres\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcG9zdGdyZXNfb3BlcmF0b3IucHk=) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.04% <0%> (-20.74%)` | :arrow_down: |
   | [airflow/utils/sqlalchemy.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9zcWxhbGNoZW15LnB5) | `95% <0%> (-1.67%)` | :arrow_down: |
   | [airflow/hooks/dbapi\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9kYmFwaV9ob29rLnB5) | `90.08% <0%> (-1.66%)` | :arrow_down: |
   | [airflow/hooks/postgres\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9wb3N0Z3Jlc19ob29rLnB5) | `92.95% <0%> (-1.41%)` | :arrow_down: |
   | ... and [7 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > :exclamation: No coverage uploaded for pull request base (`master@835e6c1`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #7127   +/-   ##
   =========================================
     Coverage          ?   84.96%           
   =========================================
     Files             ?      683           
     Lines             ?    39155           
     Branches          ?        0           
   =========================================
     Hits              ?    33268           
     Misses            ?     5887           
     Partials          ?        0
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [835e6c1...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr&el=desc) will **decrease** coverage by `0.28%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.28%   84.99%   -0.29%     
   ==========================================
     Files         707      707              
     Lines       39254    39253       -1     
   ==========================================
   - Hits        33477    33365     -112     
   - Misses       5777     5888     +111
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/providers/apache/druid/operators/druid.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYXBhY2hlL2RydWlkL29wZXJhdG9ycy9kcnVpZC5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.31% <0%> (-20.49%)` | :arrow_down: |
   | [airflow/operators/docker\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvZG9ja2VyX29wZXJhdG9yLnB5) | `96.87% <0%> (+0.03%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [0481b9a...266955e](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > :exclamation: No coverage uploaded for pull request base (`master@835e6c1`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #7127   +/-   ##
   =========================================
     Coverage          ?   84.89%           
   =========================================
     Files             ?      683           
     Lines             ?    39153           
     Branches          ?        0           
   =========================================
     Hits              ?    33239           
     Misses            ?     5914           
     Partials          ?        0
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [835e6c1...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.34%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.89%   -0.35%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39153      +57     
   ==========================================
   - Hits        33327    33239      -88     
   - Misses       5769     5914     +145
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/operators/postgres\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcG9zdGdyZXNfb3BlcmF0b3IucHk=) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.04% <0%> (-20.74%)` | :arrow_down: |
   | [airflow/utils/sqlalchemy.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9zcWxhbGNoZW15LnB5) | `95% <0%> (-1.67%)` | :arrow_down: |
   | [airflow/hooks/dbapi\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9kYmFwaV9ob29rLnB5) | `90.08% <0%> (-1.66%)` | :arrow_down: |
   | [airflow/hooks/postgres\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9wb3N0Z3Jlc19ob29rLnB5) | `92.95% <0%> (-1.41%)` | :arrow_down: |
   | ... and [7 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr&el=desc) will **decrease** coverage by `0.28%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.28%   84.99%   -0.29%     
   ==========================================
     Files         707      707              
     Lines       39254    39253       -1     
   ==========================================
   - Hits        33477    33365     -112     
   - Misses       5777     5888     +111
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/providers/apache/druid/operators/druid.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYXBhY2hlL2RydWlkL29wZXJhdG9ycy9kcnVpZC5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.31% <0%> (-20.49%)` | :arrow_down: |
   | [airflow/operators/docker\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvZG9ja2VyX29wZXJhdG9yLnB5) | `96.87% <0%> (+0.03%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [0481b9a...266955e](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr&el=desc) will **decrease** coverage by `0.28%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.28%   84.99%   -0.29%     
   ==========================================
     Files         707      707              
     Lines       39254    39253       -1     
   ==========================================
   - Hits        33477    33365     -112     
   - Misses       5777     5888     +111
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/providers/apache/druid/operators/druid.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYXBhY2hlL2RydWlkL29wZXJhdG9ycy9kcnVpZC5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.31% <0%> (-20.49%)` | :arrow_down: |
   | [airflow/operators/docker\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvZG9ja2VyX29wZXJhdG9yLnB5) | `96.87% <0%> (+0.03%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [0481b9a...266955e](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/86f525f6527e45c9ff1b8f844569c4d9d22bccac?src=pr&el=desc) will **decrease** coverage by `0.42%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.82%   -0.42%     
   ==========================================
     Files         683      683              
     Lines       39156    39153       -3     
   ==========================================
   - Hits        33379    33212     -167     
   - Misses       5777     5941     +164
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/executors/sequential\_executor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGVjdXRvcnMvc2VxdWVudGlhbF9leGVjdXRvci5weQ==) | `56% <0%> (-32%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.31% <0%> (-20.49%)` | :arrow_down: |
   | [airflow/utils/sqlalchemy.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9zcWxhbGNoZW15LnB5) | `90% <0%> (-6.67%)` | :arrow_down: |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `81.71% <0%> (-6.29%)` | :arrow_down: |
   | [airflow/jobs/scheduler\_job.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9qb2JzL3NjaGVkdWxlcl9qb2IucHk=) | `88.12% <0%> (-1.18%)` | :arrow_down: |
   | ... and [1 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [86f525f...c54ddbc](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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] mik-laj merged pull request #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
mik-laj merged pull request #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127
 
 
   

----------------------------------------------------------------
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] boring-cyborg[bot] commented on issue #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-574198905
 
 
   Awesome work, congrats on your first merged pull request!
   

----------------------------------------------------------------
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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/86f525f6527e45c9ff1b8f844569c4d9d22bccac?src=pr&el=desc) will **decrease** coverage by `0.35%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.89%   -0.36%     
   ==========================================
     Files         683      683              
     Lines       39156    39153       -3     
   ==========================================
   - Hits        33379    33239     -140     
   - Misses       5777     5914     +137
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/operators/postgres\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcG9zdGdyZXNfb3BlcmF0b3IucHk=) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.04% <0%> (-20.75%)` | :arrow_down: |
   | [airflow/utils/sqlalchemy.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9zcWxhbGNoZW15LnB5) | `95% <0%> (-1.67%)` | :arrow_down: |
   | [airflow/hooks/dbapi\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9kYmFwaV9ob29rLnB5) | `90.08% <0%> (-1.66%)` | :arrow_down: |
   | [airflow/hooks/postgres\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9wb3N0Z3Jlc19ob29rLnB5) | `92.95% <0%> (-1.41%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [86f525f...2aae508](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io commented on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > :exclamation: No coverage uploaded for pull request base (`master@835e6c1`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #7127   +/-   ##
   =========================================
     Coverage          ?   84.89%           
   =========================================
     Files             ?      683           
     Lines             ?    39153           
     Branches          ?        0           
   =========================================
     Hits              ?    33239           
     Misses            ?     5914           
     Partials          ?        0
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [835e6c1...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr&el=desc) will **decrease** coverage by `0.28%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.28%   84.99%   -0.29%     
   ==========================================
     Files         707      707              
     Lines       39254    39253       -1     
   ==========================================
   - Hits        33477    33365     -112     
   - Misses       5777     5888     +111
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/providers/apache/druid/operators/druid.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYXBhY2hlL2RydWlkL29wZXJhdG9ycy9kcnVpZC5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.31% <0%> (-20.49%)` | :arrow_down: |
   | [airflow/operators/docker\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvZG9ja2VyX29wZXJhdG9yLnB5) | `96.87% <0%> (+0.03%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [0481b9a...266955e](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.34%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.89%   -0.35%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39153      +57     
   ==========================================
   - Hits        33327    33239      -88     
   - Misses       5769     5914     +145
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/operators/postgres\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcG9zdGdyZXNfb3BlcmF0b3IucHk=) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.04% <0%> (-20.74%)` | :arrow_down: |
   | [airflow/utils/sqlalchemy.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9zcWxhbGNoZW15LnB5) | `95% <0%> (-1.67%)` | :arrow_down: |
   | [airflow/hooks/dbapi\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9kYmFwaV9ob29rLnB5) | `90.08% <0%> (-1.66%)` | :arrow_down: |
   | [airflow/hooks/postgres\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9wb3N0Z3Jlc19ob29rLnB5) | `92.95% <0%> (-1.41%)` | :arrow_down: |
   | ... and [7 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/86f525f6527e45c9ff1b8f844569c4d9d22bccac?src=pr&el=desc) will **decrease** coverage by `0.35%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.89%   -0.36%     
   ==========================================
     Files         683      683              
     Lines       39156    39153       -3     
   ==========================================
   - Hits        33379    33239     -140     
   - Misses       5777     5914     +137
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/operators/postgres\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcG9zdGdyZXNfb3BlcmF0b3IucHk=) | `0% <0%> (-100%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.04% <0%> (-20.75%)` | :arrow_down: |
   | [airflow/utils/sqlalchemy.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9zcWxhbGNoZW15LnB5) | `95% <0%> (-1.67%)` | :arrow_down: |
   | [airflow/hooks/dbapi\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9kYmFwaV9ob29rLnB5) | `90.08% <0%> (-1.66%)` | :arrow_down: |
   | [airflow/hooks/postgres\_hook.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9wb3N0Z3Jlc19ob29rLnB5) | `92.95% <0%> (-1.41%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [86f525f...2aae508](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/86f525f6527e45c9ff1b8f844569c4d9d22bccac?src=pr&el=desc) will **decrease** coverage by `0.42%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.82%   -0.42%     
   ==========================================
     Files         683      683              
     Lines       39156    39153       -3     
   ==========================================
   - Hits        33379    33212     -167     
   - Misses       5777     5941     +164
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/executors/sequential\_executor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGVjdXRvcnMvc2VxdWVudGlhbF9leGVjdXRvci5weQ==) | `56% <0%> (-32%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.31% <0%> (-20.49%)` | :arrow_down: |
   | [airflow/utils/sqlalchemy.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9zcWxhbGNoZW15LnB5) | `90% <0%> (-6.67%)` | :arrow_down: |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `81.71% <0%> (-6.29%)` | :arrow_down: |
   | [airflow/jobs/scheduler\_job.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9qb2JzL3NjaGVkdWxlcl9qb2IucHk=) | `88.12% <0%> (-1.18%)` | :arrow_down: |
   | ... and [1 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [86f525f...c54ddbc](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/86f525f6527e45c9ff1b8f844569c4d9d22bccac?src=pr&el=desc) will **decrease** coverage by `0.42%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.82%   -0.42%     
   ==========================================
     Files         683      683              
     Lines       39156    39153       -3     
   ==========================================
   - Hits        33379    33212     -167     
   - Misses       5777     5941     +164
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | [airflow/executors/sequential\_executor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGVjdXRvcnMvc2VxdWVudGlhbF9leGVjdXRvci5weQ==) | `56% <0%> (-32%)` | :arrow_down: |
   | [airflow/kubernetes/refresh\_config.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.31% <0%> (-20.49%)` | :arrow_down: |
   | [airflow/utils/sqlalchemy.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9zcWxhbGNoZW15LnB5) | `90% <0%> (-6.67%)` | :arrow_down: |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `81.71% <0%> (-6.29%)` | :arrow_down: |
   | [airflow/jobs/scheduler\_job.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9qb2JzL3NjaGVkdWxlcl9qb2IucHk=) | `88.12% <0%> (-1.18%)` | :arrow_down: |
   | ... and [1 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [86f525f...c54ddbc](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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] zhongjiajie commented on issue #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-574090957
 
 
   LGTM

----------------------------------------------------------------
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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > :exclamation: No coverage uploaded for pull request base (`master@835e6c1`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #7127   +/-   ##
   =========================================
     Coverage          ?   84.96%           
   =========================================
     Files             ?      683           
     Lines             ?    39155           
     Branches          ?        0           
   =========================================
     Hits              ?    33268           
     Misses            ?     5887           
     Partials          ?        0
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [835e6c1...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr&el=desc) will **decrease** coverage by `0.28%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.28%   84.99%   -0.29%     
   ==========================================
     Files         707      707              
     Lines       39254    39253       -1     
   ==========================================
   - Hits        33477    33365     -112     
   - Misses       5777     5888     +111
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/providers/apache/druid/operators/druid.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9wcm92aWRlcnMvYXBhY2hlL2RydWlkL29wZXJhdG9ycy9kcnVpZC5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9rdWJlcm5ldGVzX3BvZF9vcGVyYXRvci5weQ==) | `78.31% <0%> (-20.49%)` | :arrow_down: |
   | [airflow/operators/docker\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvZG9ja2VyX29wZXJhdG9yLnB5) | `96.87% <0%> (+0.03%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [0481b9a...266955e](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > :exclamation: No coverage uploaded for pull request base (`master@835e6c1`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #7127   +/-   ##
   =========================================
     Coverage          ?   84.96%           
   =========================================
     Files             ?      683           
     Lines             ?    39155           
     Branches          ?        0           
   =========================================
     Hits              ?    33268           
     Misses            ?     5887           
     Partials          ?        0
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [835e6c1...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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 #7127: [AIRFLOW-6510] - Fix druid operator templating

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on issue #7127: [AIRFLOW-6510] - Fix druid operator templating
URL: https://github.com/apache/airflow/pull/7127#issuecomment-573027155
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=h1) Report
   > Merging [#7127](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/5491f4d40413075d85b50f39c27ad871741c68d8?src=pr&el=desc) will **decrease** coverage by `0.27%`.
   > The diff coverage is `85.5%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7127/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #7127      +/-   ##
   ==========================================
   - Coverage   85.24%   84.96%   -0.28%     
   ==========================================
     Files         682      683       +1     
     Lines       39096    39155      +59     
   ==========================================
   - Hits        33327    33268      -59     
   - Misses       5769     5887     +118
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7127?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...w/example\_dags/example\_external\_task\_marker\_dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9leHRlcm5hbF90YXNrX21hcmtlcl9kYWcucHk=) | `100% <100%> (ø)` | |
   | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `88% <100%> (+0.04%)` | :arrow_up: |
   | [airflow/contrib/operators/druid\_operator.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kcnVpZF9vcGVyYXRvci5weQ==) | `82.35% <50%> (-1.86%)` | :arrow_down: |
   | [airflow/www/views.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `76.07% <50%> (-0.13%)` | :arrow_down: |
   | [airflow/sensors/external\_task\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZW5zb3JzL2V4dGVybmFsX3Rhc2tfc2Vuc29yLnB5) | `85.52% <84.21%> (-0.44%)` | :arrow_down: |
   | [airflow/models/dag.py](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMvZGFnLnB5) | `90.86% <90%> (-0.03%)` | :arrow_down: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7127/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/7127/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/7127/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/7127/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3JlZnJlc2hfY29uZmlnLnB5) | `50.98% <0%> (-23.53%)` | :arrow_down: |
   | ... and [4 more](https://codecov.io/gh/apache/airflow/pull/7127/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7127?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/7127?src=pr&el=footer). Last update [5491f4d...84e7017](https://codecov.io/gh/apache/airflow/pull/7127?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