Status of testing of Apache Airflow 2.3.1rc1
See original GitHub issueBody
We have a kind request for all the contributors to the latest Apache Airflow RC 2.3.1rc1.
Could you please help us to test the RC versions of Airflow?
Please let us know in the comment if the issue is addressed in the latest RC.
- Add tags inside try block. (#21784): @jhtimmins
- Fix secrets rendered in UI when task is not executed. (#22754): @m1racoli @tirkarthi Linked issues:
- Fix Graph overflow, position and padding (#23044): @bbovenzi @eladkal Linked issues:
- Use kubernetes queue in kubernetes hybrid executors (#23048): @tanelk
- Show warning if ‘/’ is used in a DAG run ID (#23106): @davidavdav @uranusjr Linked issues:
- Pools with negative open slots should not block other pools (#23143): @tanelk
- Handle invalid date parsing in webserver views. (#23161): @tirkarthi Linked issues:
- Refactor code references from tree to grid (#23254): @bbovenzi
- Override pool for TaskInstance when pool is passed from cli. (#23258): @tirkarthi @Swalloow Linked issues:
- Remove custom signal handling in Triggerer (#23274): @dstandish @potiuk Linked issues:
- Store grid view selection in url params (#23290): @bbovenzi
- Fix: Exception when parsing log #20966 (#23301): @microhuang @jakubno Linked issues:
- Fix duplicated Kubernetes DeprecationWarnings (#23302): @jedcunningham
- Fix empty image preparation (#23304): @potiuk
- Fix Mapped Instance start/end date timezones (#23313): @bbovenzi
- Fix update user auth stats (#23314): @blag
- Use run_id for ti.mark_success_url (#23330): @bbovenzi
- Don’t show grid actions if server would reject with permission denied (#23332): @bbovenzi
- Hide some task instance attributes in details page (#23338): @bbovenzi
- fix cli airflow show dags for mapped operator (#23339): @MatrixManAtYrService @RNHTTR Linked issues:
- Fix connection test button (#23345): @jedcunningham
- Fix broken task instance link in xcom list (#23367): @bbovenzi
- Grid view status filters (#23392): @pierrejeambrun
- [FIX] remove python 3.6 (#23409): @raphaelauv
- Fix literal cross product expansion (#23434): @aspain @jedcunningham Linked issues:
- Add backward compatibility for core__sql_alchemy_conn__cmd (#23441): @c-thiel
- Optimize 2.3.0 pre-upgrade check queries (#23458): @dstandish
- Fix broken dagrun links when many runs start at the same time (#23462): @repl-chris
- Remove color change for highly nested groups (#23482): @bbovenzi
- Fix scheduler crash when expanding with mapped task that returned none (#23486): @ephraimbuddy
- Expand/collapse all groups (#23487): @bbovenzi
- Visually distinguish task group summaries (#23488): @bbovenzi
- Only count bad refs when
movedtable exists (#23491): @dstandish - Added postgres 14 to support versions(including breeze) (#23506): @alexInhert @subkanthi Linked issues:
- Prevent KubernetesJobWatcher getting stuck on resource too old (#23521): @SimonOsipov @ecerulm @ephraimbuddy @guillemborrell @cansjt Linked issues:
- Change approach to finding bad rows to LEFT OUTER JOIN. (#23528): @ashb
- Fix regression in ignoring symlinks (#23535): @ianbuss @NickYadance Linked issues:
- Apply specific ID collation to root_dag_id too (#23536): @mpeteuil
- Fix
PythonVirtualenvOperatortemplated_fields (#23559): @eladkal - Fix dag-processor fetch metabase config (#23575): @allebacco @Taragolis Linked issues:
- Fix expand/collapse all buttons (#23590): @bbovenzi
- Implement send_callback method for CeleryKubernetesExecutor and LocalKubernetesExecutor (#23617): @eduardchai @mhenc Linked issues:
- Add index for event column in log table (#23625): @gmsantos
- Don’t run pre-migration checks for downgrade (#23634): @dstandish
- [FEATURE] update K8S-KIND to 0.13.0 (#23636): @raphaelauv
- [FEATURE] add k8s 1.24 support (#23637): @raphaelauv
- Ensure execution_timeout as timedelta (#23655): @pingzh
- Add ‘reschedule’ to the serialized fields for the BaseSensorOperator (#23674): @pmrem @davidcaron Linked issues:
- Fix task log is not captured (#23684): @pingzh
- Disable Flower by default from docker-compose (#23685): @potiuk
- Automatically reschedule stalled queued tasks in CeleryExecutor (v2) (#23690): @repl-chris
- Modify db clean to also catch the ProgrammingError exception (#23699): @jianyuan Linked issues:
- Add typing for airflow/configuration.py (#23716): @potiuk
- Fix retrieval of deprecated non-config values (#23723): @potiuk
- Fix grid details header text overlap (#23728): @bbovenzi
- Remove titles from link buttons (#23736): @bbovenzi
- Fix auto upstream dep when expanding non-templated field (#23771): @jedcunningham
- Fix provider import error matching (#23825): @ianbuss Linked issues:
- Fix constraint reference params (#23845): @potiuk
- Add limit for JPype1 (#23847): @potiuk
Thanks to all who contributed to the release (probably not a complete list!): @pierrejeambrun @mhenc @gmsantos @Swalloow @potiuk @eduardchai @mpeteuil @allebacco @ianbuss @guillemborrell @SimonOsipov @tirkarthi @RNHTTR @alexInhert @davidavdav @blag @NickYadance @c-thiel @Taragolis @ecerulm @jedcunningham @ephraimbuddy @jakubno @MatrixManAtYrService @dstandish @eladkal @pmrem @repl-chris @davidcaron @ashb @aspain @microhuang @m1racoli @uranusjr @pingzh @bbovenzi @tanelk @jhtimmins @subkanthi @jianyuan @cansjt @raphaelauv
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Issue Analytics
- State:
- Created a year ago
- Comments:19 (16 by maintainers)

Top Related StackOverflow Question
https://github.com/apache/airflow/pull/23462 and https://github.com/apache/airflow/pull/23690 are working fine
And FWIW, they’re not mine but I have also verified https://github.com/apache/airflow/pull/23345 (@jedcunningham) and https://github.com/apache/airflow/pull/23535 (@ianbuss @NickYadance) are also working wonderfully
Thank you all for testing this release!