The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
89ecb64893a6f79bf1da85d10e3a43dae0efd43d / Jed Cunningham 
<[email protected]>
Fix deprecated and updated env var config handling (#23137)

Configs that both are have a deprecated ancestor and need to modified,
for example `auth_backend` -> `auth_backends` + `session` backend, were
broken when the old key was used via an env var.

`get` looks for the deprecated key also and finds it, leading to the
unmodified value being used instead of the modified one. Removing the
old env var to avoid this issue.

We also start setting the new value in an env var so subprocesses see it.

This surfaced a bug with `log_filename_template`. We now set the
`parsed` value in the modified value, as it ends up in an env var so the
modification works properly in subprocesses also.

Report URL: https://github.com/apache/airflow/actions/runs/2209214724

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to