Status of testing of Apache Airflow 2.4.1rc1
See original GitHub issueWe have a kind request for all the contributors to the latest Apache Airflow RC 2.4.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.
- Fix Deferrable stuck as “scheduled” during backfill (#26205): @ephraimbuddy
- Don’t update backfill run from the scheduler (#26342): @ephraimbuddy
- template rendering issue in passing templates_dict param using task decorator (#26390): @Bowrna @amaury-bhg Linked issues:
- DAG Deps extends
base_template
(#26439): @jedcunningham - Fix proper joining of the path for logs retrieved from celery workers (#26493): @potiuk Linked issues:
- ExecutorConfigType should be cacheable (#26498): @dstandish
- Fix deadlock when mapped task with removed upstream is rerun (#26518): @ephraimbuddy
- fix WSGI root app (#26549): @sprohaska
- Correctly set json_provider_class on Flask app so it uses our encoder (#26554): @gfeldman @ashb Linked issues:
- Fix grid view log try numbers (#26556): @bbovenzi
- Log warning when secret backend kwargs is invalid (#26580): @uranusjr
- Allow MapXComArg to resolve after serialization (#26591): @uranusjr
- Resolve warning about DISTINCT ON query on dags view (#26608): @dstandish Linked issues:
- No missing user warning for public admin (#26611): @dstandish
- Resolve deprecation warning re Table.exists() (#26616): @dstandish
- Suppress SQLALCHEMY_TRACK_MODIFICATIONS warning in db init (#26617): @dstandish Linked issues:
- Use COALESCE when ordering runs to handle NULL (#26626): @zachliu @uranusjr Linked issues:
- Check user is active (#26635): @jedcunningham
- Fix xcom arg.py .zip bug (#26636): @BasPH @rjmcginness Linked issues:
- Fix scroll overflow for ConfirmDialog (#26681): @pierrejeambrun
- When rendering template, unmap task in context (#26702): @josh-fell @uranusjr Linked issues:
- Fix PinotDB dependencies (#26705): @potiuk
Thanks to all who contributed to the release (probably not a complete list!): @pierrejeambrun @jedcunningham @sprohaska @gfeldman @potiuk @Bowrna @bbovenzi @BasPH @ephraimbuddy @uranusjr @dstandish @josh-fell @amaury-bhg @ashb @zachliu @rjmcginness
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Release Notes — Airflow Documentation
In order to make airflow dags test more useful as a testing and debugging tool, we no longer run a backfill job and...
Read more >Changelog — Airflow Documentation
Show task status only for running dags or only for the last finished dag (#21352) ... Add information about supported OS-es for Apache...
Read more >Best Practices - Apache Airflow
Unit tests ensure that there is no incorrect code in your DAG. You can write unit tests for both your tasks and your...
Read more >Tutorials — Airflow Documentation - Apache Airflow
Apache Airflow, Apache, Airflow, the Airflow logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation....
Read more >DAG Runs — Airflow Documentation
The status of the DAG Run depends on the tasks states. ... tutorial located at: https://github.com/apache/airflow/blob/main/airflow/example_dags/tutorial.py ...
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
Tested https://github.com/apache/airflow/pull/26681, working as expected 😃
#26702 works like a charm!