dependabot[bot] opened a new pull request, #108: URL: https://github.com/apache/incubator-liminal/pull/108
Bumps [apache-airflow](https://github.com/apache/airflow) from 2.1.2 to 2.6.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.6.3</h2> <h2>Bug Fixes</h2> <ul> <li>Use linear time regular expressions (<a href="https://redirect.github.com/apache/airflow/issues/32303">#32303</a>)</li> <li>Fix triggerers alive check and add a new conf for triggerer heartbeat rate (<a href="https://redirect.github.com/apache/airflow/issues/32123">#32123</a>)</li> <li>Catch the exception that triggerer initialization failed (<a href="https://redirect.github.com/apache/airflow/issues/31999">#31999</a>)</li> <li>Hide sensitive values from extra in connection edit form (<a href="https://redirect.github.com/apache/airflow/issues/32309">#32309</a>)</li> <li>Sanitize <code>DagRun.run_id</code> and allow flexibility (<a href="https://redirect.github.com/apache/airflow/issues/32293">#32293</a>)</li> <li>Add triggerer canceled log (<a href="https://redirect.github.com/apache/airflow/issues/31757">#31757</a>)</li> <li>Fix try number shown in the task view (<a href="https://redirect.github.com/apache/airflow/issues/32361">#32361</a>)</li> <li>Retry transactions on occasional deadlocks for rendered fields (<a href="https://redirect.github.com/apache/airflow/issues/32341">#32341</a>)</li> <li>Fix behaviour of LazyDictWithCache when import fails (<a href="https://redirect.github.com/apache/airflow/issues/32248">#32248</a>)</li> <li>Remove <code>executor_class</code> from Job - fixing backfill for custom executors (<a href="https://redirect.github.com/apache/airflow/issues/32219">#32219</a>)</li> <li>Fix bugged singleton implementation (<a href="https://redirect.github.com/apache/airflow/issues/32218">#32218</a>)</li> <li>Use <code>mapIndex</code> to display extra links per mapped task. (<a href="https://redirect.github.com/apache/airflow/issues/32154">#32154</a>)</li> <li>Ensure that main triggerer thread exits if the async thread fails (<a href="https://redirect.github.com/apache/airflow/issues/32092">#32092</a>)</li> <li>Use <code>re2</code> for matching untrusted regex (<a href="https://redirect.github.com/apache/airflow/issues/32060">#32060</a>)</li> <li>Render list items in rendered fields view (<a href="https://redirect.github.com/apache/airflow/issues/32042">#32042</a>)</li> <li>Fix hashing of <code>dag_dependencies</code> in serialized dag (<a href="https://redirect.github.com/apache/airflow/issues/32037">#32037</a>)</li> <li>Return <code>None</code> if an XComArg fails to resolve in a multiple_outputs Task (<a href="https://redirect.github.com/apache/airflow/issues/32027">#32027</a>)</li> <li>Check for DAG ID in query param from url as well as kwargs (<a href="https://redirect.github.com/apache/airflow/issues/32014">#32014</a>)</li> <li>Flash an error message instead of failure in <code>rendered-templates</code> when map index is not found (<a href="https://redirect.github.com/apache/airflow/issues/32011">#32011</a>)</li> <li>Fix <code>ExternalTaskSensor</code> when there is no task group TIs for the current execution date (<a href="https://redirect.github.com/apache/airflow/issues/32009">#32009</a>)</li> <li>Fix number param html type in trigger template (<a href="https://redirect.github.com/apache/airflow/issues/31980">#31980</a>, <a href="https://redirect.github.com/apache/airflow/issues/31946">#31946</a>)</li> <li>Fix masking nested variable fields (<a href="https://redirect.github.com/apache/airflow/issues/31964">#31964</a>)</li> <li>Fix <code>operator_extra_links</code> property serialization in mapped tasks (<a href="https://redirect.github.com/apache/airflow/issues/31904">#31904</a>)</li> <li>Decode old-style nested Xcom value (<a href="https://redirect.github.com/apache/airflow/issues/31866">#31866</a>)</li> <li>Add a check for trailing slash in webserver base_url (<a href="https://redirect.github.com/apache/airflow/issues/31833">#31833</a>)</li> <li>Fix connection uri parsing when the host includes a scheme (<a href="https://redirect.github.com/apache/airflow/issues/31465">#31465</a>)</li> <li>Fix database session closing with <code>xcom_pull</code> and <code>inlets</code> (<a href="https://redirect.github.com/apache/airflow/issues/31128">#31128</a>)</li> <li>Fix DAG's <code>on_failure_callback</code> is not invoked when task failed during testing dag. (<a href="https://redirect.github.com/apache/airflow/issues/30965">#30965</a>)</li> <li>Fix airflow module version check when using <code>ExternalPythonOperator</code> and debug logging level (<a href="https://redirect.github.com/apache/airflow/issues/30367">#30367</a>)</li> </ul> <h2>Misc/Internal</h2> <ul> <li>Fix <code>task.sensor</code> annotation in type stub (<a href="https://redirect.github.com/apache/airflow/issues/31954">#31954</a>)</li> <li>Limit <code>Pydantic</code> to <code>< 2.0.0</code> until we solve <code>2.0.0</code> incompatibilities (<a href="https://redirect.github.com/apache/airflow/issues/32312">#32312</a>)</li> <li>Fix <code>Pydantic</code> 2 pickiness about model definition (<a href="https://redirect.github.com/apache/airflow/issues/32307">#32307</a>)</li> </ul> <h2>Doc only changes</h2> <ul> <li>Add explanation about tag creation and cleanup (<a href="https://redirect.github.com/apache/airflow/issues/32406">#32406</a>)</li> <li>Minor updates to docs (<a href="https://redirect.github.com/apache/airflow/issues/32369">#32369</a>, <a href="https://redirect.github.com/apache/airflow/issues/32315">#32315</a>, <a href="https://redirect.github.com/apache/airflow/issues/32310">#32310</a>, <a href="https://redirect.github.com/apache/airflow/issues/31794">#31794</a>)</li> <li>Clarify Listener API behavior (<a href="https://redirect.github.com/apache/airflow/issues/32269">#32269</a>)</li> <li>Add information for users who ask for requirements (<a href="https://redirect.github.com/apache/airflow/issues/32262">#32262</a>)</li> <li>Add links to DAGRun / DAG / Task in Templates Reference (<a href="https://redirect.github.com/apache/airflow/issues/32245">#32245</a>)</li> <li>Add comment to warn off a potential wrong fix (<a href="https://redirect.github.com/apache/airflow/issues/32230">#32230</a>)</li> <li>Add a note that we'll need to restart triggerer to reflect any trigger change (<a href="https://redirect.github.com/apache/airflow/issues/32140">#32140</a>)</li> <li>Adding missing hyperlink to the tutorial documentation (<a href="https://redirect.github.com/apache/airflow/issues/32105">#32105</a>)</li> <li>Added difference between Deferrable and Non-Deferrable Operators (<a href="https://redirect.github.com/apache/airflow/issues/31840">#31840</a>)</li> <li>Add comments explaining need for special "trigger end" log message (<a href="https://redirect.github.com/apache/airflow/issues/31812">#31812</a>)</li> <li>Documentation update on Plugin updates. (<a href="https://redirect.github.com/apache/airflow/issues/31781">#31781</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.6.3 (2023-07-10)</h2> <p>Significant Changes ^^^^^^^^^^^^^^^^^^^</p> <p>No significant changes.</p> <p>Bug Fixes """""""""</p> <ul> <li>Use linear time regular expressions (<a href="https://redirect.github.com/apache/airflow/issues/32303">#32303</a>)</li> <li>Fix triggerers alive check and add a new conf for triggerer heartbeat rate (<a href="https://redirect.github.com/apache/airflow/issues/32123">#32123</a>)</li> <li>Catch the exception that triggerer initialization failed (<a href="https://redirect.github.com/apache/airflow/issues/31999">#31999</a>)</li> <li>Hide sensitive values from extra in connection edit form (<a href="https://redirect.github.com/apache/airflow/issues/32309">#32309</a>)</li> <li>Sanitize <code>DagRun.run_id</code> and allow flexibility (<a href="https://redirect.github.com/apache/airflow/issues/32293">#32293</a>)</li> <li>Add triggerer canceled log (<a href="https://redirect.github.com/apache/airflow/issues/31757">#31757</a>)</li> <li>Fix try number shown in the task view (<a href="https://redirect.github.com/apache/airflow/issues/32361">#32361</a>)</li> <li>Retry transactions on occasional deadlocks for rendered fields (<a href="https://redirect.github.com/apache/airflow/issues/32341">#32341</a>)</li> <li>Fix behaviour of LazyDictWithCache when import fails (<a href="https://redirect.github.com/apache/airflow/issues/32248">#32248</a>)</li> <li>Remove <code>executor_class</code> from Job - fixing backfill for custom executors (<a href="https://redirect.github.com/apache/airflow/issues/32219">#32219</a>)</li> <li>Fix bugged singleton implementation (<a href="https://redirect.github.com/apache/airflow/issues/32218">#32218</a>)</li> <li>Use <code>mapIndex</code> to display extra links per mapped task. (<a href="https://redirect.github.com/apache/airflow/issues/32154">#32154</a>)</li> <li>Ensure that main triggerer thread exits if the async thread fails (<a href="https://redirect.github.com/apache/airflow/issues/32092">#32092</a>)</li> <li>Use <code>re2</code> for matching untrusted regex (<a href="https://redirect.github.com/apache/airflow/issues/32060">#32060</a>)</li> <li>Render list items in rendered fields view (<a href="https://redirect.github.com/apache/airflow/issues/32042">#32042</a>)</li> <li>Fix hashing of <code>dag_dependencies</code> in serialized dag (<a href="https://redirect.github.com/apache/airflow/issues/32037">#32037</a>)</li> <li>Return <code>None</code> if an XComArg fails to resolve in a multiple_outputs Task (<a href="https://redirect.github.com/apache/airflow/issues/32027">#32027</a>)</li> <li>Check for DAG ID in query param from url as well as kwargs (<a href="https://redirect.github.com/apache/airflow/issues/32014">#32014</a>)</li> <li>Flash an error message instead of failure in <code>rendered-templates</code> when map index is not found (<a href="https://redirect.github.com/apache/airflow/issues/32011">#32011</a>)</li> <li>Fix <code>ExternalTaskSensor</code> when there is no task group TIs for the current execution date (<a href="https://redirect.github.com/apache/airflow/issues/32009">#32009</a>)</li> <li>Fix number param html type in trigger template (<a href="https://redirect.github.com/apache/airflow/issues/31980">#31980</a>, <a href="https://redirect.github.com/apache/airflow/issues/31946">#31946</a>)</li> <li>Fix masking nested variable fields (<a href="https://redirect.github.com/apache/airflow/issues/31964">#31964</a>)</li> <li>Fix <code>operator_extra_links</code> property serialization in mapped tasks (<a href="https://redirect.github.com/apache/airflow/issues/31904">#31904</a>)</li> <li>Decode old-style nested Xcom value (<a href="https://redirect.github.com/apache/airflow/issues/31866">#31866</a>)</li> <li>Add a check for trailing slash in webserver base_url (<a href="https://redirect.github.com/apache/airflow/issues/31833">#31833</a>)</li> <li>Fix connection uri parsing when the host includes a scheme (<a href="https://redirect.github.com/apache/airflow/issues/31465">#31465</a>)</li> <li>Fix database session closing with <code>xcom_pull</code> and <code>inlets</code> (<a href="https://redirect.github.com/apache/airflow/issues/31128">#31128</a>)</li> <li>Fix DAG's <code>on_failure_callback</code> is not invoked when task failed during testing dag. (<a href="https://redirect.github.com/apache/airflow/issues/30965">#30965</a>)</li> <li>Fix airflow module version check when using <code>ExternalPythonOperator</code> and debug logging level (<a href="https://redirect.github.com/apache/airflow/issues/30367">#30367</a>)</li> </ul> <p>Misc/Internal """""""""""""</p> <ul> <li>Fix <code>task.sensor</code> annotation in type stub (<a href="https://redirect.github.com/apache/airflow/issues/31954">#31954</a>)</li> <li>Limit <code>Pydantic</code> to <code>< 2.0.0</code> until we solve <code>2.0.0</code> incompatibilities (<a href="https://redirect.github.com/apache/airflow/issues/32312">#32312</a>)</li> <li>Fix <code>Pydantic</code> 2 pickiness about model definition (<a href="https://redirect.github.com/apache/airflow/issues/32307">#32307</a>)</li> </ul> <p>Doc only changes """"""""""""""""</p> <ul> <li>Add explanation about tag creation and cleanup (<a href="https://redirect.github.com/apache/airflow/issues/32406">#32406</a>)</li> <li>Minor updates to docs (<a href="https://redirect.github.com/apache/airflow/issues/32369">#32369</a>, <a href="https://redirect.github.com/apache/airflow/issues/32315">#32315</a>, <a href="https://redirect.github.com/apache/airflow/issues/32310">#32310</a>, <a href="https://redirect.github.com/apache/airflow/issues/31794">#31794</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/eb24742d5300d2d87b17b4bcd67f639dbafd9818"><code>eb24742</code></a> Update RELEASE_NOTES.rst</li> <li><a href="https://github.com/apache/airflow/commit/b550d650dd7da5544f2f2146ab9839034f717c99"><code>b550d65</code></a> Update version to 2.6.3</li> <li><a href="https://github.com/apache/airflow/commit/00af0834195f24dfb551152624a02a333f9e21dd"><code>00af083</code></a> Add explanation about tag creation and cleanup (<a href="https://redirect.github.com/apache/airflow/issues/32406">#32406</a>)</li> <li><a href="https://github.com/apache/airflow/commit/d4afc4d8016857e91c2c757c3d609c6290eb46e7"><code>d4afc4d</code></a> fixup! feat(jobs/triggerer_job_runner): add triggerer canceled log (<a href="https://redirect.github.com/apache/airflow/issues/31757">#31757</a>)</li> <li><a href="https://github.com/apache/airflow/commit/62859f0f23c5ce4236ec76fcfb7a81e7ec1c7f6f"><code>62859f0</code></a> Update trigger url to fix test</li> <li><a href="https://github.com/apache/airflow/commit/fc4934e1c7c604f860c9faab585f151412236d88"><code>fc4934e</code></a> Use WebEncoder to encode DagRun.conf in DagRun's list view (<a href="https://redirect.github.com/apache/airflow/issues/32385">#32385</a>)</li> <li><a href="https://github.com/apache/airflow/commit/aa4cda365a897de39dfbd0ffb4461b085425303c"><code>aa4cda3</code></a> Limit click until we fix mypy issues (<a href="https://redirect.github.com/apache/airflow/issues/32413">#32413</a>)</li> <li><a href="https://github.com/apache/airflow/commit/b3295879888f28c807941484c99d8eabbbcb950f"><code>b329587</code></a> Use linear time regular expressions (<a href="https://redirect.github.com/apache/airflow/issues/32303">#32303</a>)</li> <li><a href="https://github.com/apache/airflow/commit/fc61875ca3e2708997767be55324b2b63f2875cb"><code>fc61875</code></a> Fix failing main due to new release of jsonschema (<a href="https://redirect.github.com/apache/airflow/issues/32405">#32405</a>)</li> <li><a href="https://github.com/apache/airflow/commit/cf31c6f1368b69957d7a1e84538c5e336c1bd28d"><code>cf31c6f</code></a> Fix triggerers alive check and add a new conf for triggerer heartbeat rate (#...</li> <li>Additional commits viewable in <a href="https://github.com/apache/airflow/compare/2.1.2...2.6.3">compare view</a></li> </ul> </details> <br /> [](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) 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
