Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump apache-airflow from 2.8.1 to 2.9.0 in /integration/airflow (#3798)
Bumps [apache-airflow](https://github.com/apache/airflow) from 2.8.1 to 2.9.0. <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.9.0</h2> <h2>Significant Changes</h2> <h2>Following Listener API methods are considered stable and can be used for production system (were experimental feature in older Airflow versions) (<a href="https://redirect.github.com/apache/airflow/issues/36376">#36376</a>):</h2> <p>Lifecycle events:</p> <ul> <li><code>on_starting</code></li> <li><code>before_stopping</code></li> </ul> <p>DagRun State Change Events:</p> <ul> <li><code>on_dag_run_running</code></li> <li><code>on_dag_run_success</code></li> <li><code>on_dag_run_failed</code></li> </ul> <p>TaskInstance State Change Events:</p> <ul> <li><code>on_task_instance_running</code></li> <li><code>on_task_instance_success</code></li> <li><code>on_task_instance_failed</code></li> </ul> <h2>Support for Microsoft SQL-Server for Airflow Meta Database has been removed (<a href="https://redirect.github.com/apache/airflow/issues/36514">#36514</a>)</h2> <p>After <code>discussion <https://lists.apache.org/thread/r06j306hldg03g2my1pd4nyjxg78b3h4></code>__ and a <code>voting process <https://lists.apache.org/thread/pgcgmhf6560k8jbsmz8nlyoxosvltph2></code>__, the Airflow's PMC and Committers have reached a resolution to no longer maintain MsSQL as a supported Database Backend.</p> <p>As of Airflow 2.9.0 support of MsSQL has been removed for Airflow Database Backend.</p> <p>A migration script which can help migrating the database <em>before</em> upgrading to Airflow 2.9.0 is available in <code>airflow-mssql-migration repo on Github <https://github.com/apache/airflow-mssql-migration></code>_. Note that the migration script is provided without support and warranty.</p> <p>This does not affect the existing provider packages (operators and hooks), DAGs can still access and process data from MsSQL.</p> <h2>Dataset URIs are now validated on input (<a href="https://redirect.github.com/apache/airflow/issues/37005">#37005</a>)</h2> <p>Datasets must use a URI that conform to rules laid down in AIP-60, and the value will be automatically normalized when the DAG file is parsed. See <code>documentation on Datasets <https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/datasets.html></code>_ for a more detailed description on the rules.</p> <p>You may need to change your Dataset identifiers if they look like a URI, but are used in a less mainstream way, such as relying on the URI's auth section, or have a case-sensitive protocol name.</p> <h2>The method <code>get_permitted_menu_items</code> in <code>BaseAuthManager</code> has been renamed <code>filter_permitted_menu_items</code> (<a href="https://redirect.github.com/apache/airflow/issues/37627">#37627</a>)</h2> <h2>Add REST API actions to Audit Log events (<a href="https://redirect.github.com/apache/airflow/issues/37734">#37734</a>)</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.9.0 (2024-04-08)</h2> <p>Significant Changes ^^^^^^^^^^^^^^^^^^^</p> <p>Following Listener API methods are considered stable and can be used for production system (were experimental feature in older Airflow versions) (<a href="https://redirect.github.com/apache/airflow/issues/36376">#36376</a>): """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Lifecycle events:</p> <ul> <li><code>on_starting</code></li> <li><code>before_stopping</code></li> </ul> <p>DagRun State Change Events:</p> <ul> <li><code>on_dag_run_running</code></li> <li><code>on_dag_run_success</code></li> <li><code>on_dag_run_failed</code></li> </ul> <p>TaskInstance State Change Events:</p> <ul> <li><code>on_task_instance_running</code></li> <li><code>on_task_instance_success</code></li> <li><code>on_task_instance_failed</code></li> </ul> <p>Support for Microsoft SQL-Server for Airflow Meta Database has been removed (<a href="https://redirect.github.com/apache/airflow/issues/36514">#36514</a>) """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""</p> <p>After <code>discussion <https://lists.apache.org/thread/r06j306hldg03g2my1pd4nyjxg78b3h4></code>__ and a <code>voting process <https://lists.apache.org/thread/pgcgmhf6560k8jbsmz8nlyoxosvltph2></code>__, the Airflow's PMC and Committers have reached a resolution to no longer maintain MsSQL as a supported Database Backend.</p> <p>As of Airflow 2.9.0 support of MsSQL has been removed for Airflow Database Backend.</p> <p>A migration script which can help migrating the database <em>before</em> upgrading to Airflow 2.9.0 is available in <code>airflow-mssql-migration repo on Github <https://github.com/apache/airflow-mssql-migration></code>_. Note that the migration script is provided without support and warranty.</p> <p>This does not affect the existing provider packages (operators and hooks), DAGs can still access and process data from MsSQL.</p> <p>Dataset URIs are now validated on input (<a href="https://redirect.github.com/apache/airflow/issues/37005">#37005</a>) """"""""""""""""""""""""""""""""""""""""""""""""</p> <p>Datasets must use a URI that conform to rules laid down in AIP-60, and the value will be automatically normalized when the DAG file is parsed. See <code>documentation on Datasets <https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/datasets.html></code>_ for a more detailed description on the rules.</p> <p>You may need to change your Dataset identifiers if they look like a URI, but are used in a less mainstream way, such as relying on the URI's auth section, or</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/airflow/commit/50f22ffe9150e93f7fc08a9dc8a48880daad374b"><code>50f22ff</code></a> fixup! fixup! Update RELEASE_NOTES.rst</li> <li><a href="https://github.com/apache/airflow/commit/3a9391c3a1cf7597dd85cad28cf1738d634df391"><code>3a9391c</code></a> Update hatchling to latest version (1.22.5) (<a href="https://redirect.github.com/apache/airflow/issues/38780">#38780</a>)</li> <li><a href="https://github.com/apache/airflow/commit/35684a82a430e459362aab5bcdd79480cbb25ddd"><code>35684a8</code></a> Rename pre-commit scripts, drop pre_commit_ prefix (<a href="https://redirect.github.com/apache/airflow/issues/38667">#38667</a>)</li> <li><a href="https://github.com/apache/airflow/commit/b38575a5a445ea36fb8fdb1c6fd75ffe7543ad56"><code>b38575a</code></a> fixup! Update RELEASE_NOTES.rst</li> <li><a href="https://github.com/apache/airflow/commit/a3eb5f73d617b7482fdcc81a888e3599f1f63d75"><code>a3eb5f7</code></a> Load providers configuration when gunicorn workers start (<a href="https://redirect.github.com/apache/airflow/issues/38795">#38795</a>)</li> <li><a href="https://github.com/apache/airflow/commit/920921ee39736c96e9cf7c544657ca75c7a6365a"><code>920921e</code></a> Update RELEASE_NOTES.rst</li> <li><a href="https://github.com/apache/airflow/commit/cbe61bc0cc028efe2657db1841b9371230eaa7e5"><code>cbe61bc</code></a> Fix decryption of trigger kwargs when downgrading. (<a href="https://redirect.github.com/apache/airflow/issues/38743">#38743</a>)</li> <li><a href="https://github.com/apache/airflow/commit/1fdfaf329fbde7660257eb35bb7b181e7ab6b6a0"><code>1fdfaf3</code></a> Edited timetable docs (<a href="https://redirect.github.com/apache/airflow/issues/38505">#38505</a>)</li> <li><a href="https://github.com/apache/airflow/commit/0518ebab6891efee39dae4b89e4a70e0c7345c1b"><code>0518eba</code></a> Fix grid header rendering (<a href="https://redirect.github.com/apache/airflow/issues/38720">#38720</a>)</li> <li><a href="https://github.com/apache/airflow/commit/0961e4290cffc1fa61517a51c68307459c7aaec4"><code>0961e42</code></a> Reorder OpenAPI Spec tags alphabetically (<a href="https://redirect.github.com/apache/airflow/issues/38717">#38717</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/airflow/compare/2.8.1...2.9.0">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.8.1&new-version=2.9.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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/bacalhau-project/bacalhau/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Aronchick <aronchick@gmail.com>
- Loading branch information