Uh oh!
There was an error while loading. Please reload this page.
MAINT Fix Incorrect FutureWarning in 2,10 - #44061
Conversation
potiuk
commented
Nov 16, 2024
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. |
zachliu
commented
Nov 16, 2024
isn't this my bandit fix? 😁 i just added airflow/airflow/configuration.py Line 859 in c99887e |
potiuk
commented
Nov 16, 2024
Yep. That's what it should be |
zachliu
commented
Nov 18, 2024
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>
potiuk
commented
Nov 19, 2024
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>
…s (#44148) (#44167) (cherry picked from commit 9eaeb1c3098e364f940dbbf36e8f7fc72a262eee) https: //github.com/apache/airflow/pull/44061#issuecomment-2480320259 Co-authored-by: Zach Liu <zachliu@users.noreply.github.com> GitOrigin-RevId: 86e0da87c8e2294be4737c222eeff56758638658
apache/airflow#44061 (comment) GitOrigin-RevId: 9eaeb1c3098e364f940dbbf36e8f7fc72a262eee
apache/airflow#44061 (comment) GitOrigin-RevId: 9eaeb1c3098e364f940dbbf36e8f7fc72a262eee
apache/airflow#44061 (comment) GitOrigin-RevId: 9eaeb1c3098e364f940dbbf36e8f7fc72a262eee
apache/airflow#44061 (comment) GitOrigin-RevId: 9eaeb1c3098e364f940dbbf36e8f7fc72a262eee
…s (#44148) (#44167) (cherry picked from commit 9eaeb1c3098e364f940dbbf36e8f7fc72a262eee) https: //github.com/apache/airflow/pull/44061#issuecomment-2480320259 Co-authored-by: Zach Liu <zachliu@users.noreply.github.com> GitOrigin-RevId: 86e0da87c8e2294be4737c222eeff56758638658
apache/airflow#44061 (comment) GitOrigin-RevId: 9eaeb1c3098e364f940dbbf36e8f7fc72a262eee
apache/airflow#44061 (comment) GitOrigin-RevId: 9eaeb1c3098e364f940dbbf36e8f7fc72a262eee
Fixes#43794
In airflow version 2.10, removed deprecation warning for
sql_alchemy_connand others in[core]instead of[database]inairflow.cfg