johnslavik commented on code in PR #58849:
URL: https://github.com/apache/airflow/pull/58849#discussion_r2577488527
##########
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:
And we could also include `#58849` in these comment(s).
--
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]