potiuk commented on code in PR #58849:
URL: https://github.com/apache/airflow/pull/58849#discussion_r2573245153


##########
task-sdk/src/airflow/sdk/execution_time/context.py:
##########
@@ -348,6 +348,9 @@ def __getattr__(self, conn_id: str) -> Any:
     def __repr__(self) -> str:
         return "<ConnectionAccessor (dynamic access)>"
 
+    def __iter__(self):

Review Comment:
   Please describe why those methods are added. I understand why by reading the 
related issue - but it sould be explained in the code when someone looks at it.



-- 
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]

Reply via email to