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/12/08 12:33:41 UTC

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

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

   Bumps [apache-airflow](https://github.com/apache/airflow) from 2.1.2 to 2.4.3.
   <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.3</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix double logging with some task logging handler (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27591">#27591</a>)</li>
   <li>Replace FAB url filtering function with Airflow's (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27576">#27576</a>)</li>
   <li>Fix mini scheduler expansion of mapped task  (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27506">#27506</a>)</li>
   <li><code>SLAMiss</code> is nullable and not always given back when pulling task instances (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27423">#27423</a>)</li>
   <li>Fix behavior of <code>_</code> when searching for DAGs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27448">#27448</a>)</li>
   <li>Fix getting the <code>dag/task</code> ids from BaseExecutor (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27550">#27550</a>)</li>
   <li>Fix SQLAlchemy primary key black-out error on DDRQ (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27538">#27538</a>)</li>
   <li>Fix IntegrityError during webserver startup (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27297">#27297</a>)</li>
   <li>Add case insensitive constraint to username (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27266">#27266</a>)</li>
   <li>Fix python external template keys (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27256">#27256</a>)</li>
   <li>Reduce extraneous task log requests (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27233">#27233</a>)</li>
   <li>Make <code>RotatingFilehandler</code> used in <code>DagProcessor</code> non-caching (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27223">#27223</a>)</li>
   <li>Listener: Set task on SQLAlchemy TaskInstance object (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27167">#27167</a>)</li>
   <li>Fix dags list page auto-refresh &amp; jump search null state (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27141">#27141</a>)</li>
   <li>Set <code>executor.job_id</code> to <code>BackfillJob.id</code> for backfills (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27020">#27020</a>)</li>
   </ul>
   <h2>Misc/Internal</h2>
   <ul>
   <li>Bump loader-utils from <code>1.4.0</code> to <code>1.4.1</code> in <code>/airflow/www</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27552">#27552</a>)</li>
   <li>Reduce log level for k8s <code>TCP_KEEPALIVE</code> etc warnings (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26981">#26981</a>)</li>
   </ul>
   <h2>Doc only changes</h2>
   <ul>
   <li>Use correct executable in docker compose docs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27529">#27529</a>)</li>
   <li>Fix wording in DAG Runs description (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27470">#27470</a>)</li>
   <li>Document that <code>KubernetesExecutor</code> overwrites container args (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27450">#27450</a>)</li>
   <li>Fix <code>BaseOperator</code> links (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27441">#27441</a>)</li>
   <li>Correct timer units to seconds from milliseconds. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27360">#27360</a>)</li>
   <li>Add missed import in the Trigger Rules example (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27309">#27309</a>)</li>
   <li>Update SLA wording to reflect it is relative to <code>Dag Run</code> start. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27111">#27111</a>)</li>
   <li>Add <code>kerberos</code> environment variables to the docs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27028">#27028</a>)</li>
   </ul>
   <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>
   </ul>
   <!-- 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.3 (2022-11-14)</h2>
   <p>Significant Changes
   ^^^^^^^^^^^^^^^^^^^</p>
   <p>Make <code>RotatingFilehandler</code> used in <code>DagProcessor</code> non-caching (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27223">#27223</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;</p>
   <p>In case you want to decrease cache memory when <code>CONFIG_PROCESSOR_MANAGER_LOGGER=True</code>, and you have your local settings created before,
   you can update <code>processor_manager_handler</code> to use <code>airflow.utils.log.non_caching_file_handler.NonCachingRotatingFileHandler</code> handler instead of <code>logging.RotatingFileHandler</code>. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27065">#27065</a>)</p>
   <p>Bug Fixes
   ^^^^^^^^^</p>
   <ul>
   <li>Fix double logging with some task logging handler (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27591">#27591</a>)</li>
   <li>Replace FAB url filtering function with Airflow's (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27576">#27576</a>)</li>
   <li>Fix mini scheduler expansion of mapped task  (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27506">#27506</a>)</li>
   <li><code>SLAMiss</code> is nullable and not always given back when pulling task instances (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27423">#27423</a>)</li>
   <li>Fix behavior of <code>_</code> when searching for DAGs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27448">#27448</a>)</li>
   <li>Fix getting the <code>dag/task</code> ids from BaseExecutor (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27550">#27550</a>)</li>
   <li>Fix SQLAlchemy primary key black-out error on DDRQ (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27538">#27538</a>)</li>
   <li>Fix IntegrityError during webserver startup (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27297">#27297</a>)</li>
   <li>Add case insensitive constraint to username (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27266">#27266</a>)</li>
   <li>Fix python external template keys (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27256">#27256</a>)</li>
   <li>Reduce extraneous task log requests (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27233">#27233</a>)</li>
   <li>Make <code>RotatingFilehandler</code> used in <code>DagProcessor</code> non-caching (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27223">#27223</a>)</li>
   <li>Listener: Set task on SQLAlchemy TaskInstance object (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27167">#27167</a>)</li>
   <li>Fix dags list page auto-refresh &amp; jump search null state (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27141">#27141</a>)</li>
   <li>Set <code>executor.job_id</code> to <code>BackfillJob.id</code> for backfills (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27020">#27020</a>)</li>
   </ul>
   <p>Misc/Internal
   ^^^^^^^^^^^^^</p>
   <ul>
   <li>Bump loader-utils from <code>1.4.0</code> to <code>1.4.1</code> in <code>/airflow/www</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27552">#27552</a>)</li>
   <li>Reduce log level for k8s <code>TCP_KEEPALIVE</code> etc warnings (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26981">#26981</a>)</li>
   </ul>
   <p>Doc only changes
   ^^^^^^^^^^^^^^^^</p>
   <ul>
   <li>Use correct executable in docker compose docs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27529">#27529</a>)</li>
   <li>Fix wording in DAG Runs description (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27470">#27470</a>)</li>
   <li>Document that <code>KubernetesExecutor</code> overwrites container args (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27450">#27450</a>)</li>
   <li>Fix <code>BaseOperator</code> links (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27441">#27441</a>)</li>
   <li>Correct timer units to seconds from milliseconds. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27360">#27360</a>)</li>
   <li>Add missed import in the Trigger Rules example (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27309">#27309</a>)</li>
   <li>Update SLA wording to reflect it is relative to <code>Dag Run</code> start. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27111">#27111</a>)</li>
   <li>Add <code>kerberos</code> environment variables to the docs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27028">#27028</a>)</li>
   </ul>
   <h2>Airflow 2.4.2 (2022-10-23)</h2>
   <p>Significant Changes</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/airflow/commit/c53a3e153f0ab5ca933a94adc01dc6314ea8d4d1"><code>c53a3e1</code></a> Fix test hooks also for Azure Batch (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27607">#27607</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/7b5628a9e483a27cbc4e698e22d1696839882b74"><code>7b5628a</code></a> Synchronize eager upgrade limits in all places where they are used (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27539">#27539</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/05beaba9a8797a6333d3cea7f4eb959843c80328"><code>05beaba</code></a> Add azure, google, authentication library limits to eaager upgrade (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27535">#27535</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/aace91ca46df46aba1306a042328f7c2dd265d67"><code>aace91c</code></a> Increase time for constraints generation (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27534">#27534</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/1d22d31d38f4158f410371c010670d89a4ade292"><code>1d22d31</code></a> Only run mypy/flake static tests for providers in main branch (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27608">#27608</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/74778545bfddf210bd028230f4873c544499e952"><code>7477854</code></a> Fix caching in CI for pre-commits (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27368">#27368</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/a3d3765e9eba222f328a3d49fdcf60d67b721347"><code>a3d3765</code></a> Add release notes</li>
   <li><a href="https://github.com/apache/airflow/commit/7ba3936245aaedfc573ea69c357cb5dc542552ae"><code>7ba3936</code></a> Update version to 2.4.3</li>
   <li><a href="https://github.com/apache/airflow/commit/5ab22364485bbf8b4ab1fb536b15459b73130347"><code>5ab2236</code></a> Fix double logging with some task logging handler (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27591">#27591</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/4815734a1b61776bf8ba5850d9bc85394fded87e"><code>4815734</code></a> Replace <code>unittests</code> test cases by pure <code>pytest</code> [Wave-1] (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26831">#26831</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/airflow/compare/2.1.2...2.4.3">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.3)](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] commented on pull request #96: Bump apache-airflow from 2.1.2 to 2.4.3

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #96:
URL: https://github.com/apache/incubator-liminal/pull/96#issuecomment-1472136536

   Superseded by #104.


-- 
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 #96: Bump apache-airflow from 2.1.2 to 2.4.3

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #96: Bump apache-airflow from 2.1.2 to 2.4.3
URL: https://github.com/apache/incubator-liminal/pull/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