nhuantho commented on PR #59873:
URL: https://github.com/apache/airflow/pull/59873#issuecomment-3705601525
@jason810496, I had two tests for this case:
* input: {"secret_key": "test-secret_key"} -> expected: {"secret_key":
"***"} (**sensitive data**)
* input: {"extra_fields": "test-extra_fields"} -> expected: {"extra_fields":
"test-extra_fields"} (**normal data**)
-> So I think that it is correct to pass.
--
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]