amoghrajesh commented on code in PR #54449: URL: https://github.com/apache/airflow/pull/54449#discussion_r2295119822
########## airflow-core/src/airflow/jobs/triggerer_job_runner.py: ########## @@ -514,7 +514,7 @@ def _handle_request(self, msg: ToTriggerSupervisor, log: FilteringBoundLogger, r def run(self) -> None: """Run synchronously and handle all database reads/writes.""" - from airflow.sdk.execution_time.secrets_masker import reset_secrets_masker + from airflow._shared.secrets_masker.secrets_masker import reset_secrets_masker Review Comment: Removed it and it works fine -- 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