amoghrajesh commented on code in PR #50775:
URL: https://github.com/apache/airflow/pull/50775#discussion_r2099949340
##########
task-sdk/tests/task_sdk/execution_time/test_supervisor.py:
##########
@@ -1524,6 +1522,10 @@ def test_handle_requests(
next(generator)
msg = message.model_dump_json().encode() + b"\n"
generator.send(msg)
+
+ if isinstance(message, GetVariable):
Review Comment:
Yeah i thought so, let me just add a param for this to check if it needs
masking?
That way i will extend it to cover GetConnection too
--
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]