Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency apache-airflow to v2.10.4 #5309

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

openverse-bot
Copy link
Collaborator

This PR contains the following updates:

Package Update Change
apache-airflow (changelog) patch ==2.10.3 -> ==2.10.4

Release Notes

apache/airflow (apache-airflow)

v2.10.4

Compare Source

Significant Changes
^^^^^^^^^^^^^^^^^^^

TaskInstance priority_weight is capped in 32-bit signed integer ranges (#​43611)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Some database engines are limited to 32-bit integer values. As some users reported errors in
weight rolled-over to negative values, we decided to cap the value to the 32-bit integer. Even
if internally in python smaller or larger values to 64 bit are supported, priority_weight is
capped and only storing values from -2147483648 to 2147483.

Bug Fixes
^^^^^^^^^

Doc Only Changes
""""""""""""""""

Miscellaneous
"""""""""""""

  • Raise deprecation warning when accessing inlet or outlet events through str (#​43922)

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@openverse-bot openverse-bot added dependencies Pull requests that update a dependency file 🐍 tech: python Involves Python labels Jan 1, 2025
@openverse-bot openverse-bot requested a review from a team as a code owner January 1, 2025 01:35
@openverse-bot openverse-bot added 💻 aspect: code Concerns the software code in the repository 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🧱 stack: catalog Related to the catalog and Airflow DAGs labels Jan 1, 2025
@openverse-bot openverse-bot requested review from krysal and obulat and removed request for a team January 1, 2025 01:35
@openverse-bot openverse-bot force-pushed the gha-renovateapache-airflow-2.x branch from cf48282 to 9361649 Compare January 2, 2025 08:08
@openverse-bot openverse-bot merged commit f4aea44 into main Jan 2, 2025
44 checks passed
@openverse-bot openverse-bot deleted the gha-renovateapache-airflow-2.x branch January 2, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: catalog Related to the catalog and Airflow DAGs 🐍 tech: python Involves Python
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants