-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of testing of Apache Airflow 2.6.1rc3 #31202
Comments
Hi @ephraimbuddy , I've just tested #31033, but the DB job still fails due to another circular import. I found a fix for this. Can I directly make a new PR or should I also raise an issue for this? UPDATE: I've created a PR to fix this #31204 |
UAT Test Result v2.6.1rc1 Dashboard Footer: Fix unable to remove DagRun and TaskInstance with note (#30987) ✅
Fix template error when iterating None value and fix params documentation (#31078) ✅
"array_param": Param(
None,
type=["null", "array"],
),
{
"array_param": null
} Fix unmasked env var on task detail view (#31125) ✅
run_this = BashOperator(
task_id="masked_envvar",
bash_command="echo 1",
env={
"ENVVAR_NAME": "{{ var.value.secret_service }}"
},
)
|
Thanks @LipuFei . I have created rc2 with your fix. Verify and let me know how it goes |
Checked PIP/docs to see if missing models are fixed - looks good |
Checked #31033 and #31204 with Thanks! @ephraimbuddy |
Tested the #31277 behaviour. Works as expected now:
35 seconds:
Everything as expected |
2.6.1 has been released. Thank you all for testing this release candidate. |
Body
We are kindly requesting that contributors to Apache Airflow RC 2.6.1rc1 help test the RC.
Please let us know by commenting if the issue is addressed in the latest RC.
start_date
from reset (#30124) (#30125): @dimonchik-suvorovLinked issues:
Linked issues:
order_by
request in list DAG rest api (#30926): @pankajastroLinked issues:
pandas.DataFrame
(#30943): @tatianaairflow providers get
command (#30978): @pankajastroLinked issues:
Linked issues:
Linked issues:
Linked issues:
Linked issues:
params
defined. (#31014)Linked issues:
Linked issues:
job_type
column (#31182): @AmFlintThanks to all who contributed to the release (probably not a complete list!):
@pierrejeambrun @LipuFei @pankajastro @JCoder01 @davidshur @zachliu @meujin @LuizArmesto @Limess @AmFlint @juraa14 @jedcunningham @tatiana @bbovenzi @huozhanfeng @herlambang @sarvothaman @chriscmorgan @potiuk @eejbyfeldt @dstandish @awbush @mtsadler-branch @dimonchik-suvorov @ashb @ephraimbuddy
Committer
The text was updated successfully, but these errors were encountered: