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/06/09 21:56:00 UTC

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

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

   Bumps [apache-airflow](https://github.com/apache/airflow) from 2.1.2 to 2.2.4.
   <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.2.4</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Adding missing login provider related methods from Flask-Appbuilder (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21294">#21294</a>)</li>
   <li>Fix slow DAG deletion due to missing <code>dag_id</code> index for job table (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20282">#20282</a>)</li>
   <li>Add a session backend to store session data in the database (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21478">#21478</a>)</li>
   <li>Show task status only for running dags or only for the last finished dag (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21352">#21352</a>)</li>
   <li>Use compat data interval shim in log handlers (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21289">#21289</a>)</li>
   <li>Fix mismatch in generated run_id and logical date of DAG run (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/18707">#18707</a>)</li>
   <li>Fix TriggerDagRunOperator extra link (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19410">#19410</a>)</li>
   <li>Add possibility to create user in the Remote User mode (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19963">#19963</a>)</li>
   <li>Avoid deadlock when rescheduling task (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21362">#21362</a>)</li>
   <li>Fix the incorrect scheduling time for the first run of dag (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21011">#21011</a>)</li>
   <li>Fix Scheduler crash when executing task instances of missing DAG (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20349">#20349</a>)</li>
   <li>Deferred tasks does not cancel when DAG is marked fail (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20649">#20649</a>)</li>
   <li>Removed duplicated dag_run join in <code>Dag.get_task_instances()</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20591">#20591</a>)</li>
   <li>Avoid unintentional data loss when deleting DAGs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20758">#20758</a>)</li>
   <li>Fix session usage in <code>/rendered-k8s</code> view (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21006">#21006</a>)</li>
   <li>Fix <code>airflow dags backfill --reset-dagruns</code> errors when run twice (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21062">#21062</a>)</li>
   <li>Do not set <code>TaskInstance.max_tries</code> in <code>refresh_from_task</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21018">#21018</a>)</li>
   <li>Don't require dag_id in body in dagrun REST API endpoint (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21024">#21024</a>)</li>
   <li>Add Roles from Azure OAUTH Response in internal Security Manager (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20707">#20707</a>)</li>
   <li>Allow Viewing DagRuns and TIs if a user has DAG &quot;read&quot; perms (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20663">#20663</a>)</li>
   <li>Fix running <code>airflow dags test &lt;dag_id&gt; &lt;execution_dt&gt;</code> results in error when run twice (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21031">#21031</a>)</li>
   <li>Switch to non-vendored latest connexion library (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20910">#20910</a>)</li>
   <li>Bump flask-appbuilder to <code>&gt;=3.3.4</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20628">#20628</a>)</li>
   <li>upgrade celery to <code>5.2.3</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19703">#19703</a>)</li>
   <li>Bump croniter from <code>&lt;1.1</code> to <code>&lt;1.2</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20489">#20489</a>)</li>
   <li>Lift off upper bound for MarkupSafe (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20113">#20113</a>)</li>
   <li>Avoid calling <code>DAG.following_schedule()</code> for <code>TaskInstance.get_template_context()</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20486">#20486</a>)</li>
   <li>Fix(standalone): Remove hardcoded Webserver port (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20429">#20429</a>)</li>
   <li>Remove unnecssary logging in experimental API (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20356">#20356</a>)</li>
   <li>Un-ignore DeprecationWarning (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20322">#20322</a>)</li>
   <li>Deepcopying Kubernetes Secrets attributes causing issues (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20318">#20318</a>)</li>
   <li>Fix(dag-dependencies): fix arrow styling (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20303">#20303</a>)</li>
   <li>Adds retry on taskinstance retrieval lock (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20030">#20030</a>)</li>
   <li>Correctly send timing metrics when using dogstatsd (fix schedule_delay metric) (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19973">#19973</a>)</li>
   <li>Enhance <code>multiple_outputs</code> inference of dict typing (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19608">#19608</a>)</li>
   <li>Fixing ses email backend (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/18042">#18042</a>)</li>
   <li>Pin Markupsafe until we are able to upgrade Flask/Jinja (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21664">#21664</a>)</li>
   </ul>
   <h2>Doc only changes</h2>
   <ul>
   <li>Added explaining concept of logical date in DAG run docs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21433">#21433</a>)</li>
   <li>Add note about Variable precedence with env vars (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21568">#21568</a>)</li>
   <li>Update error docs to include before_send option (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21275">#21275</a>)</li>
   <li>Augment xcom docs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20755">#20755</a>)</li>
   <li>Add documentation and release policy on &quot;latest&quot; constraints (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21093">#21093</a>)</li>
   <li>Add a link to the DAG model in the Python API reference (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21060">#21060</a>)</li>
   <li>Added an enum param example (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20841">#20841</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.2.4, (2022-02-22)</h2>
   <p>Significant Changes
   ^^^^^^^^^^^^^^^^^^^</p>
   <p>Smart sensors deprecated
   &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>Smart sensors, an &quot;early access&quot; feature added in Airflow 2, are now deprecated and will be removed in Airflow 2.4.0. They have been superseded by Deferrable Operators, added in Airflow 2.2.0.</p>
   <p>See <code>Migrating to Deferrable Operators &lt;https://airflow.apache.org/docs/apache-airflow/2.2.4/concepts/smart-sensors.html#migrating-to-deferrable-operators&gt;</code>_ for details on how to migrate.</p>
   <p>Bug Fixes
   ^^^^^^^^^</p>
   <ul>
   <li>Adding missing login provider related methods from Flask-Appbuilder (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21294">#21294</a>)</li>
   <li>Fix slow DAG deletion due to missing <code>dag_id</code> index for job table (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20282">#20282</a>)</li>
   <li>Add a session backend to store session data in the database (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21478">#21478</a>)</li>
   <li>Show task status only for running dags or only for the last finished dag (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21352">#21352</a>)</li>
   <li>Use compat data interval shim in log handlers (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21289">#21289</a>)</li>
   <li>Fix mismatch in generated run_id and logical date of DAG run (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/18707">#18707</a>)</li>
   <li>Fix TriggerDagRunOperator extra link (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19410">#19410</a>)</li>
   <li>Add possibility to create user in the Remote User mode (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19963">#19963</a>)</li>
   <li>Avoid deadlock when rescheduling task (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21362">#21362</a>)</li>
   <li>Fix the incorrect scheduling time for the first run of dag (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21011">#21011</a>)</li>
   <li>Fix Scheduler crash when executing task instances of missing DAG (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20349">#20349</a>)</li>
   <li>Deferred tasks does not cancel when DAG is marked fail (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20649">#20649</a>)</li>
   <li>Removed duplicated dag_run join in <code>Dag.get_task_instances()</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20591">#20591</a>)</li>
   <li>Avoid unintentional data loss when deleting DAGs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20758">#20758</a>)</li>
   <li>Fix session usage in <code>/rendered-k8s</code> view (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21006">#21006</a>)</li>
   <li>Fix <code>airflow dags backfill --reset-dagruns</code> errors when run twice (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21062">#21062</a>)</li>
   <li>Do not set <code>TaskInstance.max_tries</code> in <code>refresh_from_task</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21018">#21018</a>)</li>
   <li>Don't require dag_id in body in dagrun REST API endpoint (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21024">#21024</a>)</li>
   <li>Add Roles from Azure OAUTH Response in internal Security Manager (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20707">#20707</a>)</li>
   <li>Allow Viewing DagRuns and TIs if a user has DAG &quot;read&quot; perms (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20663">#20663</a>)</li>
   <li>Fix running <code>airflow dags test &lt;dag_id&gt; &lt;execution_dt&gt;</code> results in error when run twice (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21031">#21031</a>)</li>
   <li>Switch to non-vendored latest connexion library (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20910">#20910</a>)</li>
   <li>Bump flask-appbuilder to <code>&gt;=3.3.4</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20628">#20628</a>)</li>
   <li>upgrade celery to <code>5.2.3</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19703">#19703</a>)</li>
   <li>Bump croniter from <code>&lt;1.1</code> to <code>&lt;1.2</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20489">#20489</a>)</li>
   <li>Avoid calling <code>DAG.following_schedule()</code> for <code>TaskInstance.get_template_context()</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20486">#20486</a>)</li>
   <li>Fix(standalone): Remove hardcoded Webserver port (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20429">#20429</a>)</li>
   <li>Remove unnecessary logging in experimental API (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20356">#20356</a>)</li>
   <li>Un-ignore DeprecationWarning (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20322">#20322</a>)</li>
   <li>Deepcopying Kubernetes Secrets attributes causing issues (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20318">#20318</a>)</li>
   <li>Fix(dag-dependencies): fix arrow styling (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20303">#20303</a>)</li>
   <li>Adds retry on taskinstance retrieval lock (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20030">#20030</a>)</li>
   <li>Correctly send timing metrics when using dogstatsd (fix schedule_delay metric) (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19973">#19973</a>)</li>
   <li>Enhance <code>multiple_outputs</code> inference of dict typing (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/19608">#19608</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/ee9049c0566b2539a247687de05f9cffa008f871"><code>ee9049c</code></a> fixup! Add changelog for 2.2.4rc1</li>
   <li><a href="https://github.com/apache/airflow/commit/01b909b5f71ec1d4563be23b3c590bd4240d513d"><code>01b909b</code></a> Pin Markupsafe until we are able to upgrade Flask/Jinja (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21664">#21664</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/eb87aeb1604a6ed1a51895f04fca2c5c7e39c223"><code>eb87aeb</code></a> Add changelog for 2.2.4rc1</li>
   <li><a href="https://github.com/apache/airflow/commit/969a275df02a81d1f3176ca010e565fb950e6d35"><code>969a275</code></a> Clarify pendulum use in timezone cases (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21646">#21646</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/56d82fc3483f500d7a1da36019888849e8784c12"><code>56d82fc</code></a> added explaining concept of logical date in DAG run docs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21433">#21433</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/8cbf9340ec020810b505d0ccf197435eb0e8a704"><code>8cbf934</code></a> Adding missing login provider related methods from Flask-Appbuilder (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21294">#21294</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/7e8012703cb7d79386b5c59e076a81dad60eabf3"><code>7e80127</code></a> Add note about Variable precedence with env vars (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21568">#21568</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/1cbad378cb778fca879a522916c11d32d80ac84e"><code>1cbad37</code></a> Reorder migrations to include bugfix in 2.2.4 (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21598">#21598</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/436f452ab8e32bfd5997e9650d1cfc490a41b0e4"><code>436f452</code></a> Fix slow DAG deletion due to missing <code>dag_id</code> index for job table (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/20282">#20282</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/dd0a3a3d768b8cb2118c0b8d89ed0af0b393d865"><code>dd0a3a3</code></a> update tutorial_etl_dag notes (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/21503">#21503</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/airflow/compare/2.1.2...2.2.4">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.2.4)](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 #87: Bump apache-airflow from 2.1.2 to 2.2.4

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

   Superseded by #92.


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

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


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