amoghrajesh commented on code in PR #54449:
URL: https://github.com/apache/airflow/pull/54449#discussion_r2284674155


##########
airflow-core/src/airflow/dag_processing/manager.py:
##########
@@ -253,7 +253,7 @@ 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
+        from airflow._shared.secrets_masker.secrets_masker import 
reset_secrets_masker

Review Comment:
   Yeah makes sense, removed it and tested it too. Works as I would expect it 
to.
   <img width="1701" height="763" alt="image" 
src="https://github.com/user-attachments/assets/e369c908-7142-4685-b44a-8a1c98afd676";
 />
   
   <img width="1701" height="763" alt="image" 
src="https://github.com/user-attachments/assets/f779c9ec-7d34-4202-83d8-7a629615822b";
 />
   
   



-- 
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]

Reply via email to