andyjianzhou commented on code in PR #40447:
URL: https://github.com/apache/airflow/pull/40447#discussion_r1704814337


##########
airflow/providers/elasticsearch/log/es_task_handler.py:
##########
@@ -301,7 +301,12 @@ def _read_grouped_logs(self):
         return True
 
     def _read(
-        self, ti: TaskInstance, try_number: int, metadata: dict | None = None
+        self,
+        ti: TaskInstance,
+        try_number: int,
+        metadata: dict | None = None,
+        offset: int = 0,

Review Comment:
   This is needed to match the _read signature that it overrides, signature is 
there, but it doesn't do anything



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