Status of testing of Apache Airflow 2.3.2rc1
See original GitHub issueBody
We have a kind request for all the contributors to the latest Apache Airflow RC 2.3.2rc1.
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 is_mapped field to Task response. (#23319): @bbovenzi @tirkarthi Linked issues:
- Add cascade to
dag_tagtodagforeignkey (#23444): @jrggggg @MatrixManAtYrService @ephraimbuddy Linked issues: - Disallow calling expand with no arguments (#23463): @uranusjr @jedcunningham Linked issues:
- Exclude missing tasks from the gantt view (#23627): @joelossher Linked issues:
- Simplify flash message for _airflow_moved tables (#23635): @dstandish
- Highlight task states by hovering on legend row (#23678): @pierrejeambrun
- Enable clicking on DAG owner in autocomplete dropdown (#23804): @ecodina @norm Linked issues:
- Mask sensitive values for not-yet-running TIs (#23807): @dstandish
- Fix UnboundLocalError when sql is empty list in DbApiHook (#23816): @kazanzhy
- Add wrapped property to _TaskDecorator (#23830): @snjypl
- Use ‘–subdir’ argument value for standalone dag processor. (#23864): @mhenc
- DagFileProcessorManager: Start a new process group only if current process not a session leader (#23872): @Taragolis Linked issues:
- Remove redundant register exit signals in
dag-processorcommand (#23886): @Taragolis - Prevent UI from crashing if grid task instances are null (#23939): @bbovenzi
- Fix and speed up grid view (#23947): @jedcunningham
- Faster grid view (#23951): @jedcunningham
- [23945] Icons in grid view for different dag types (#23970): @bbovenzi @dskoda1 Linked issues:
- Remove pinning for xmltodict (#23992): @potiuk Linked issues:
Thanks to all who contributed to the release (probably not a complete list!): @jrggggg @mhenc @kazanzhy @ecodina @joelossher @pierrejeambrun @dstandish @snjypl @Taragolis @uranusjr @ephraimbuddy @potiuk @jedcunningham @tirkarthi @MatrixManAtYrService @bbovenzi @norm @dskoda1
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Release Notes — Airflow Documentation
2 we "deprecated" passing an execution date to XCom.get methods, but there was no other option for operator links as they were only...
Read more >Apache Airflow unit and integration test - Stack Overflow
I am new to Apache Airflow and I am trying to figure out how to unit/integration test my dags/tasks. Here is my directory...
Read more >apache-airflow - PyPI
Graph: Visualization of a DAG's dependencies and their current status for a specific run. Graph. Task Duration: Total time spent on different tasks...
Read more >Gitee 极速下载/Apache Airflow
Simply speaking - the completed action of cherry-picking and testing the older version of the provider make it eligible to be released. Unless...
Read more >apache-airflow - Snyk Vulnerability Database
version published direct vulnerabilities
2.5.0 2 Dec, 2022 0. C. 0. H. 0. M. 0. L
2.5.0rc3 1 Dec, 2022 0. C. 0. H. 0....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I have tried #23804 and it works fine!
https://github.com/apache/airflow/pull/23816 seems OK