-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
MAINT Fix Incorrect FutureWarning in 2,10 #44061
Conversation
It's not the right fix. Rather than removing the old values from deprecated list, we should suppress the warnings in this particular case where we check for sensitive values. |
isn't this my bandit fix? 😁 i just added airflow/airflow/configuration.py Line 859 in c99887e
|
Yep. That's what it should be |
okie doke |
#44148) (cherry picked from commit 9eaeb1c) Co-authored-by: Zach Liu <zachliu@users.noreply.github.com> https: //github.com//pull/44061#issuecomment-2480320259
#44148) (#44167) (cherry picked from commit 9eaeb1c) https: //github.com//pull/44061#issuecomment-2480320259 Co-authored-by: Zach Liu <zachliu@users.noreply.github.com>
Closing. Fixed by #44148 |
#44148) (#44167) (cherry picked from commit 9eaeb1c) https: //github.com//pull/44061#issuecomment-2480320259 Co-authored-by: Zach Liu <zachliu@users.noreply.github.com>
#44148) (#44167) (cherry picked from commit 9eaeb1c) https: //github.com//pull/44061#issuecomment-2480320259 Co-authored-by: Zach Liu <zachliu@users.noreply.github.com>
Fixes #43794
In airflow version 2.10, removed deprecation warning for
sql_alchemy_conn
and others in[core]
instead of[database]
inairflow.cfg