kaxil commented on code in PR #54449:
URL: https://github.com/apache/airflow/pull/54449#discussion_r2292283011
##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -514,10 +518,6 @@ 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
-
- reset_secrets_masker()
Review Comment:
Is this no longer needed?
--
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]