zachliu commented on PR #44061: URL: https://github.com/apache/airflow/pull/44061#issuecomment-2480373429
> 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? :grin: i just added `with self.suppress_future_warnings():` before https://github.com/apache/airflow/blob/c99887ec11ce3e1a43f2794fcf36d27555140f00/airflow/configuration.py#L859 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
