airflow
airflow copied to clipboard
Status of testing of Apache Airflow 2.9.1rc2
Body
We are kindly requesting that contributors to Apache Airflow RC 2.9.1rc2 help test the RC.
Please let us know by commenting if the issue is addressed in the latest RC.
- [ ] Use
methodtools.lru_cacheinstead offunctools.lru_cachein class methods (#37757): @Taragolis - [ ] fix(google,log): Avoid log name overriding (#38071): @AlexisBRENON
- [ ] Hide internals of some groupped workflows (#38604): @potiuk
- [ ] Avoid to use
functools.lru_cachein class methods ingoogleprovider (#38652): @Taragolis - [ ] Raise deprecated warning in
airflow dags backfillonly if-I/--ignore-first-depends-on-pastprovided (#38676): @Taragolis Linked issues: - [ ] Fix kubeconform pre-commit to not leave around containers (#38688): @jedcunningham
- [ ] Use async db calls in WorkflowTrigger (#38689): @Taragolis @stevenschaerer Linked issues:
- [ ] Improve audit log events filter (#38719): @bbovenzi
- [ ] bump uv to 0.1.29 (#38758): @hussein-awala
- [ ] update edge label image in documentation example with the new graph view (#38802): @idantepper
- [ ] Add FAB provider to Airflow extras in the image (#38824): @ephraimbuddy
- [ ] Workaround occasional failures of docker system prune in public runners (#38825): @potiuk
- [ ] Fix typo in templates-ref.rst (#38865): @alxkolm
- [ ] Fix dag run link params (#38873): @bbovenzi
- [ ] bump uv to 0.1.32 (#38874): @hussein-awala
- [x] Fix problem that links in legacy log view can not be clicked (#38882): @jscheffl
- [ ] Bugfix: Move rendering of
map_index_templateso it renders for failed tasks as long as it was defined before the point of failure (#38902): @TJaniF - [ ] Fix built query with implicit cartessian product in
AirflowSecurityManagerV2(#38913): @Taragolis - [ ] Don't wait for lock on DagRun in mini scheduler (#38914): @dstandish
- [ ] Fix
SAWarning'Coercing Subquery object into a select() for use in IN()' (#38926): @Taragolis - [ ] Update build dependencies to their latest versions (#38930): @potiuk
- [ ] Graph view improvements (#38940): @bbovenzi
- [ ] Fix dag run selection (#38941): @bbovenzi
- [ ] Fix calendar view with no DAG Run. (#38964): @tirkarthi Linked issues:
- [ ] Changed color of extra tasks to a readable color (#38969): @idantepper @Timelessprod Linked issues:
- [ ] Use debug level for minischeduler skip (#38976): @dstandish
- [ ] Mark
extending/add-build-essential-extend/Dockerfiledocker example test as XFAIL (#38978): @dirkgently007 @Taragolis Linked issues: - [ ] Add
inherit_cacheattribute forCreateTableAscustom SA Clause (#38985): @Taragolis - [ ] Undeprecate
BaseXCom.get_onemethod (#38991): @Taragolis - [ ] Add in Trove classifiers Python 3.12 support (#39004): @Lee-W
- [ ] check whether AUTH_ROLE_PUBLIC is set in check_authentication (#39012): @Lee-W @dstandish Linked issues:
- [ ] Fix PROD image package installation in CI (#39035): @potiuk
- [ ] Hostname was "redacted", not "redact"; remove it when there is no context (#39037): @jedcunningham
- [ ] Do not add local airflow sources in CI when building k8s image (#39043): @potiuk Linked issues:
- [ ] Upgrade to latest hatchling as build dependency (#39044): @potiuk
- [ ] update simple-salesforce type hints to support 1.12.6 (#39047): @hussein-awala
- [ ] Add changelog for airflow python client 2.9.0 (#39060): @ephraimbuddy
- [ ] Check that the dataset<>task exists before trying to render graph (#39069): @bbovenzi
- [ ] Update hatchling to version 1.24.0(latest) (#39072): @ephraimbuddy
- [ ] Fix main failing because of the new xmlsec 1.3.14 compatibility (#39104): @potiuk
- [ ] Improve task filtering UX (#39119): @bbovenzi
- [ ] Improve rendered_template ux in react dag page (#39122): @bbovenzi
- [ ] Upgrade to latest build/install dependencies (#39160): @potiuk
- [ ] Update
is_authorized_custom_viewfrom auth manager to handle custom actions (#39167): @jedcunningham @vincbeck Linked issues: - [ ] Fetch served logs when no remote/executor logs available for non-running task try (#39177): @Khrol @kahlstrm Linked issues:
- [ ] Use grid view for Task Instance's
log_url(#39183): @AetherUnbound @csp33 Linked issues: - [ ] Add warning about run/import Airflow under the Windows (#39196): @Taragolis @shachibista Linked issues:
- [ ] Force to use Airflow Deprecation warnings categories on
@deprecateddecorator (#39205): @Taragolis - [ ] Add Grid button to Task Instance view (#39223): @csp33 Linked issues:
- [ ] Fixed side effect of menu filtering causing disappearing menus (#39229): @raphaelauv @potiuk @csp33 Linked issues:
- [ ] Fix trigger kwarg encryption migration (#39246): @jedcunningham @romanzdk @hussein-awala Linked issues:
- [ ] Add workaround for datetime-local input in firefox+safari (#39261): @bbovenzi
- [ ] Make task log messages include run_id (#39280): @RyuSA Linked issues:
- [ ] Copy menu_item href for nav bar (#39282): @bbovenzi
- [ ] added logical_date parameter (#39285): @flolas
Thanks to all who contributed to the release (probably not a complete list!): @bbovenzi @AetherUnbound @Taragolis @dstandish @hussein-awala @flolas @alxkolm @kahlstrm @TJaniF @ephraimbuddy @shachibista @potiuk @romanzdk @jscheffl @stevenschaerer @csp33 @Timelessprod @Khrol @dirkgently007 @AlexisBRENON @raphaelauv @idantepper @vincbeck @Lee-W @jedcunningham @tirkarthi @RyuSA
Committer
- [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Checked and my patch is in.
I confirmed my patch is in the rc1. 👍 (https://github.com/apache/airflow/pull/39280)
I haven't checked any of the listed tickets in particular but have run rc1 quite extensively since yesterday and have not noticed any immediately apparent instabilities or problems. 👍
https://github.com/apache/airflow/pull/38969 Is patched from my point of view. Thanks Idan Tepper!
#38882 and #39246 look good.
#39167, I'm not sure if I made a mistake when cherry-picking it, but that doesn't work with the latest FAB rc 😞. I'll investigate a bit more in a bit.
Checked my changes, all looking good
#38882 and #39246 look good.
#39167, I'm not sure if I made a mistake when cherry-picking it, but that doesn't work with the latest FAB rc 😞. I'll investigate a bit more in a bit.
Cc @vincbeck
#38902 Looks good :)
Got to the bottom of #39167. Turns out that was an incomplete fix and I just opened #39421 to get the other spot. #39167 itself is fine, but custom actions (#39144) won't work until both are in. However, it isn't a regression in this release.
All good with #39223
Airflow 2.9.1 has been released. Thank you all for testing this release