Status of testing of Apache Airflow 2.2.4rc1
See original GitHub issueBody
We have a kind request for all the contributors to the latest Apache Airflow RC 2.2.4rc1.
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.
- Fixing ses email backend (#18042): @ignaski @kaushikparanjpe @ecerulm @satishmittal111
Linked issues:
- Add from_{address,name} configuration parameters (#18200)
- Emails notifications with AWS SES not working due to missing “from:” field (#17930)
- Fixing SES backend - source (mail_from) must be string. (#16166)
- Airflow module for email backend using AWS SES not resolving mail_from parameter from airflow config and is defaulted as None (#16778)
- Fix mismatch in generated run_id and logical date of DAG run (#18707): @davidcaron
- Use XCom to correctly display the execution date from triggered DAG in TriggerDagOperator’s extra link (#19410): @o-nikolas @ljades Linked issues:
- Enhance
multiple_outputs
inference of dict typing (#19608): @josh-fell Linked issues: - upgrade celery 5.2.3 (#19703): @auvipy
- Deprecate some functions in the experimental API (#19931): @ephraimbuddy
- Add possibility to create user in the Remote User mode Auth. (#19963): @lwyszomi
- Fix: Use seconds for schedule_delay metric when using dogstatsd (#19973): @lostkamp @coinzerge Linked issues:
- Adds retry on taskinstance retrieval lock (#20030): @potiuk @smartnewsdingli Linked issues:
- Lift off upper bound for MarkupSafe (#20113): @tsingh2k15 Linked issues:
- Deprecate smart sensors (#20151): @jedcunningham
- Fix slow DAG deletion due to missing dag_id index for job table (#20282): @kushsharma
- Fix arrow styling in DAG dependencies view (#20303): @jon-fearer @BasPH Linked issues:
- Remove references to deepcopied object attributes (#20318): @BasPH
- Un-ignore DeprecationWarning (#20322): @uranusjr Linked issues:
- Fix Scheduler crash when executing task instances of missing DAG (#20349): @ephraimbuddy
- Remove unnecssary logging in experimental API (#20356): @kaxil
- fix(standalone): remove hardcoded webserver-port (#20429): @boredland
- Avoid calling DAG.following_schedule() for TaskInstance.get_template_context() (#20486): @lionheart106008 @uranusjr Linked issues:
- Bump croniter from
<1.1
to<1.2
(#20489): @ashwin153 - Removed duplicated dag_run join in Dag.get_task_instances() (#20591): @hubert-pietron
- Bump flask-appbuilder to >=3.3.4 (#20628): @jakubczaplicki
- bugfix: deferred tasks does not cancel when DAG is marked fail (#20649): @dungdm93 Linked issues:
- Allow Viewing DagRuns and TIs if a user has DAG “read” perms (#20663): @kaxil
- Add Roles from Azure OAUTH Response in internal Security Manager (#20707): @Datkros
- Avoid unintentional data loss when deleting DAGs (#20758): @SamWheating
- Switch to non-vendored latest connexion library (#20910): @potiuk
- Fix session usage in /rendered-k8s view (#21006): @uranusjr @microhuang Linked issues:
- Fix the incorrect scheduling time for the first run of dag (#21011): @wanlce
- Fix opening “Task Instance Details” page in web UI unintentionally resets TaskInstance.max_tries (#21018): @yuqian90 Linked issues:
- OpenApiSpec - DAGRun - make dag_id in body not required (#21024): @DrFaust92
- Fix running airflow dags test results in error when run twice (#21031): @chenglongyan @howardyoo Linked issues:
- Fix ‘airflow dags backfill --reset-dagruns’ errors when run twice (#21062): @uplsh580
- Use compat data interval shim in log handlers (#21289): @uranusjr @collinmcnulty Linked issues:
- Adding missing login provider related methods from Flask-Appbuilder (#21294): @aa3pankaj
- Show task status only for running dags or only for the last finished dag (#21352): @alete89 @avkirilishin Linked issues:
- Avoid deadlock when rescheduling task (#21362): @easontm @potiuk @stablum Linked issues:
- Alt: Add a session backend to store session data in the database (#21478): @blag @jedcunningham Linked issues:
- Pin Markupsafe until we are able to upgrade Flask/Jinja (#21664): @potiuk
Thanks to all who contributed to the release (probably not a complete list!): @auvipy @uranusjr @kushsharma @SamWheating @lwyszomi @tsingh2k15 @potiuk @dungdm93 @aa3pankaj @davidcaron @alete89 @BasPH @wanlce @hubert-pietron @ashwin153 @smartnewsdingli @yuqian90 @chenglongyan @blag @jakubczaplicki @lostkamp @ljades @easontm @DrFaust92 @jon-fearer @howardyoo @stablum @josh-fell @Datkros @ignaski @kaushikparanjpe @avkirilishin @o-nikolas @jedcunningham @coinzerge @kaxil @microhuang @collinmcnulty @ecerulm @uplsh580 @boredland @lionheart106008 @ephraimbuddy @satishmittal111
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:9
- Comments:11 (11 by maintainers)
https://github.com/apache/airflow/pull/21062 LGTM 👍 (I’m sorry for being late.)
#19963 works fine