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

Head commit for run:
f0ae250527c0494d32227ad8433c15e691f004d1 / Ash Berlin-Taylor <[email protected]>
Emit warnings for `conf.get*` from the right source location (#28543)

`getboolean` and other typed get functions were issuing warnings from
"inside" themselves.

Before:

```
$ python ./airflow/airflow/kubernetes/kube_client.py
/home/ash/code/airflow/airflow/airflow/configuration.py:722 DeprecationWarning: 
The in_cluster option in [kubernetes] has been moved to the in_cluster option 
in [kubernetes_executor] - the old setting has been used, but please update 
your config.
```

After:

```
$ python ./airflow/airflow/kubernetes/kube_client.py
/home/ash/code/airflow/airflow/airflow/kubernetes/kube_client.py:89 
DeprecationWarning: The in_cluster option in [kubernetes] has been moved to the 
in_cluster option in [kubernetes_executor] - the old setting has been used, but 
please update your config.
```

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

With regards,
GitHub Actions via GitBox


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

Reply via email to