You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by GitBox <gi...@apache.org> on 2022/11/16 05:48:54 UTC

[GitHub] [incubator-liminal] dependabot[bot] opened a new pull request, #95: Bump apache-airflow from 2.1.2 to 2.4.2

dependabot[bot] opened a new pull request, #95:
URL: https://github.com/apache/incubator-liminal/pull/95

   Bumps [apache-airflow](https://github.com/apache/airflow) from 2.1.2 to 2.4.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/airflow/releases">apache-airflow's releases</a>.</em></p>
   <blockquote>
   <h2>Apache Airflow 2.4.2</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Make tracebacks opt-in (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27059">#27059</a>)</li>
   <li>Add missing AUTOINC/SERIAL for FAB tables (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26885">#26885</a>)</li>
   <li>Add separate error handler for 405(Method not allowed) errors (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26880">#26880</a>)</li>
   <li>Don't re-patch pods that are already controlled by current worker (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26778">#26778</a>)</li>
   <li>Handle mapped tasks in task duration chart (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26722">#26722</a>)</li>
   <li>Fix task duration cumulative chart (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26717">#26717</a>)</li>
   <li>Avoid 500 on dag redirect (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27064">#27064</a>)</li>
   <li>Filter dataset dependency data on webserver (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27046">#27046</a>)</li>
   <li>Remove double collection of dags in <code>airflow dags reserialize</code>  (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27030">#27030</a>)</li>
   <li>Fix auto refresh for graph view (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26926">#26926</a>)</li>
   <li>Don't overwrite connection extra with invalid json (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27142">#27142</a>)</li>
   <li>Fix next run dataset modal links (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26897">#26897</a>)</li>
   <li>Change dag audit log sort by date from asc to desc (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26895">#26895</a>)</li>
   <li>Bump min version of jinja2 (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26866">#26866</a>)</li>
   <li>Add missing colors to <code>state_color_mapping</code> jinja global (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26822">#26822</a>)</li>
   <li>Fix running debuggers inside <code>airflow tasks test</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26806">#26806</a>)</li>
   <li>Fix warning when using xcomarg dependencies (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26801">#26801</a>)</li>
   <li>demote Removed state in priority for displaying task summaries (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26789">#26789</a>)</li>
   <li>Ensure the log messages from operators during parsing go somewhere (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26779">#26779</a>)</li>
   <li>Add restarting state to TaskState Enum in REST API (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26776">#26776</a>)</li>
   <li>Allow retrieving error message from data.detail (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26762">#26762</a>)</li>
   <li>Simplify origin string cleaning (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27143">#27143</a>)</li>
   <li>Remove DAG parsing from StandardTaskRunner (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26750">#26750</a>)</li>
   <li>Fix non-hidden cumulative chart on duration view (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26716">#26716</a>)</li>
   <li>Remove TaskFail duplicates check (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26714">#26714</a>)</li>
   <li>Fix airflow tasks run --local when dags_folder differs from that of processor (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26509">#26509</a>)</li>
   <li>Fix yarn warning from d3-color (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27139">#27139</a>)</li>
   <li>Fix version for a couple configurations (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26491">#26491</a>)</li>
   <li>Revert &quot;No grid auto-refresh for backfill dag runs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25042">#25042</a>)&quot; (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26463">#26463</a>)</li>
   <li>Retry on Airflow Schedule DAG Run DB Deadlock (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26347">#26347</a>)</li>
   </ul>
   <h2>Misc/Internal</h2>
   <ul>
   <li>Clean-ups around task-mapping code (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26879">#26879</a>)</li>
   <li>Move user-facing string to template (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26815">#26815</a>)</li>
   <li>add icon legend to datasets graph (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26781">#26781</a>)</li>
   <li>Bump <code>sphinx</code> and <code>sphinx-autoapi</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26743">#26743</a>)</li>
   <li>Simplify <code>RTIF.delete_old_records()</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26667">#26667</a>)</li>
   <li>Bump FAB to <code>4.1.4</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26393">#26393</a>)</li>
   </ul>
   <h2>Doc only changes</h2>
   <ul>
   <li>Fixed triple quotes in task group example (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26829">#26829</a>)</li>
   <li>Documentation fixes (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26819">#26819</a>)</li>
   <li>make consistency on markup title string level (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26696">#26696</a>)</li>
   <li>Add a note against use of top level code in timetable (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26649">#26649</a>)</li>
   <li>Fix broken URL for <code>docker-compose.yaml</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26726">#26726</a>)</li>
   </ul>
   <h2>Apache Airflow 2.4.1</h2>
   <h2>Bug Fixes</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst">apache-airflow's changelog</a>.</em></p>
   <blockquote>
   <h2>Airflow 2.4.2 (2022-10-23)</h2>
   <p>Significant Changes
   ^^^^^^^^^^^^^^^^^^^</p>
   <p>Default for <code>[webserver] expose_stacktrace</code> changed to <code>False</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27059">#27059</a>)
   &quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</p>
   <p>The default for <code>[webserver] expose_stacktrace</code> has been set to <code>False</code>, instead of <code>True</code>. This means administrators must opt-in to expose tracebacks to end users.</p>
   <p>Bug Fixes
   ^^^^^^^^^</p>
   <ul>
   <li>Make tracebacks opt-in (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27059">#27059</a>)</li>
   <li>Add missing AUTOINC/SERIAL for FAB tables (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26885">#26885</a>)</li>
   <li>Add separate error handler for 405(Method not allowed) errors (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26880">#26880</a>)</li>
   <li>Don't re-patch pods that are already controlled by current worker (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26778">#26778</a>)</li>
   <li>Handle mapped tasks in task duration chart (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26722">#26722</a>)</li>
   <li>Fix task duration cumulative chart (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26717">#26717</a>)</li>
   <li>Avoid 500 on dag redirect (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27064">#27064</a>)</li>
   <li>Filter dataset dependency data on webserver (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27046">#27046</a>)</li>
   <li>Remove double collection of dags in <code>airflow dags reserialize</code>  (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27030">#27030</a>)</li>
   <li>Fix auto refresh for graph view (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26926">#26926</a>)</li>
   <li>Don't overwrite connection extra with invalid json (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27142">#27142</a>)</li>
   <li>Fix next run dataset modal links (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26897">#26897</a>)</li>
   <li>Change dag audit log sort by date from asc to desc (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26895">#26895</a>)</li>
   <li>Bump min version of jinja2 (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26866">#26866</a>)</li>
   <li>Add missing colors to <code>state_color_mapping</code> jinja global (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26822">#26822</a>)</li>
   <li>Fix running debuggers inside <code>airflow tasks test</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26806">#26806</a>)</li>
   <li>Fix warning when using xcomarg dependencies (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26801">#26801</a>)</li>
   <li>demote Removed state in priority for displaying task summaries (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26789">#26789</a>)</li>
   <li>Ensure the log messages from operators during parsing go somewhere (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26779">#26779</a>)</li>
   <li>Add restarting state to TaskState Enum in REST API (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26776">#26776</a>)</li>
   <li>Allow retrieving error message from data.detail (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26762">#26762</a>)</li>
   <li>Simplify origin string cleaning (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27143">#27143</a>)</li>
   <li>Remove DAG parsing from StandardTaskRunner (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26750">#26750</a>)</li>
   <li>Fix non-hidden cumulative chart on duration view (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26716">#26716</a>)</li>
   <li>Remove TaskFail duplicates check (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26714">#26714</a>)</li>
   <li>Fix airflow tasks run --local when dags_folder differs from that of processor (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26509">#26509</a>)</li>
   <li>Fix yarn warning from d3-color (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27139">#27139</a>)</li>
   <li>Fix version for a couple configurations (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26491">#26491</a>)</li>
   <li>Revert &quot;No grid auto-refresh for backfill dag runs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/25042">#25042</a>)&quot; (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26463">#26463</a>)</li>
   <li>Retry on Airflow Schedule DAG Run DB Deadlock (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26347">#26347</a>)</li>
   </ul>
   <p>Misc/Internal
   ^^^^^^^^^^^^^</p>
   <ul>
   <li>Clean-ups around task-mapping code (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26879">#26879</a>)</li>
   <li>Move user-facing string to template (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26815">#26815</a>)</li>
   <li>add icon legend to datasets graph (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26781">#26781</a>)</li>
   <li>Bump <code>sphinx</code> and <code>sphinx-autoapi</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26743">#26743</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/airflow/commit/febf35500d5de172e25280e5f5492257f898fdf5"><code>febf355</code></a> Update Release Note</li>
   <li><a href="https://github.com/apache/airflow/commit/9fb4814d29d934cef3b02fb3b2547f9fb76aaa97"><code>9fb4814</code></a> Simplify origin string cleaning (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27143">#27143</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/29878010dff6205270a000441b17864947622594"><code>2987801</code></a> Don't overwrite connection extra with invalid json (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27142">#27142</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/cd3f0810e234e5d42367092b0079fb13d3d68f02"><code>cd3f081</code></a> fix yarn warning from d3-color (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27139">#27139</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/f54e0a7c3697bd5b98bb1d0d458c476205da976f"><code>f54e0a7</code></a> Update version to 2.4.2</li>
   <li><a href="https://github.com/apache/airflow/commit/92cd1bf715265cfed3c2d72300277216cf2ace36"><code>92cd1bf</code></a> Make tracebacks opt-in (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27059">#27059</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/e4b87ba90f690beb0f9bd897bc5bea03782acafd"><code>e4b87ba</code></a> Fix migration issue in upgrade using <code>type_</code> instead of <code>server_default</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27">#27</a>...</li>
   <li><a href="https://github.com/apache/airflow/commit/7f48924928461e7dc8d51ce47314ff098c316c1e"><code>7f48924</code></a> Add missing AUTOINC/SERIAL for FAB tables (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26885">#26885</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/79047c5fa9c5c5e34e90a3b5430e424963c7f9ef"><code>79047c5</code></a> Update Airflow release docs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26727">#26727</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/42176dcded7a4bccd6ede7d708fb243fa76bd221"><code>42176dc</code></a> Add separate error handler for 405(Method not allowed) errors (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26880">#26880</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/airflow/compare/2.1.2...2.4.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apache-airflow&package-manager=pip&previous-version=2.1.2&new-version=2.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/incubator-liminal/network/alerts).
   
   </details>


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

To unsubscribe, e-mail: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-liminal] dependabot[bot] closed pull request #95: Bump apache-airflow from 2.1.2 to 2.4.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #95: Bump apache-airflow from 2.1.2 to 2.4.2
URL: https://github.com/apache/incubator-liminal/pull/95


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

To unsubscribe, e-mail: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-liminal] dependabot[bot] commented on pull request #95: Bump apache-airflow from 2.1.2 to 2.4.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #95:
URL: https://github.com/apache/incubator-liminal/pull/95#issuecomment-1342662221

   Superseded by #96.


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

To unsubscribe, e-mail: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org