kaxil commented on code in PR #54449: URL: https://github.com/apache/airflow/pull/54449#discussion_r2292280633
########## airflow-core/src/airflow/dag_processing/manager.py: ########## @@ -253,10 +253,6 @@ def run(self): By processing them in separate processes, we can get parallelism and isolation from potentially harmful user code. """ - from airflow.sdk.execution_time.secrets_masker import reset_secrets_masker - - reset_secrets_masker() Review Comment: Do we not need this anymore? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org