ashb commented on code in PR #54449:
URL: https://github.com/apache/airflow/pull/54449#discussion_r2284574694
##########
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:
Maybe the same here too? Not sure on this one
--
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]