KoviAnusha commented on code in PR #57156:
URL: https://github.com/apache/airflow/pull/57156#discussion_r2459074670
##########
task-sdk/src/airflow/sdk/io/path.py:
##########
@@ -60,6 +60,9 @@ def wrapper(*args, **kwargs):
return wrapper
+ def __iter__(self):
+ return iter(self._obj)
+
Review Comment:
Looks good to me. Thanks for addressing that quickly!
--
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]