mik-laj commented on a change in pull request #9354:
URL: https://github.com/apache/airflow/pull/9354#discussion_r446663511



##########
File path: airflow/utils/log/es_task_handler.py
##########
@@ -262,3 +267,25 @@ def close(self):
         super().close()
 
         self.closed = True
+
+    @property
+    def log_name(self):
+        return self.LOG_NAME
+
+    def get_external_log_url(self, task_instance: TaskInstance, try_number: 
int) -> str:
+        """
+        Creates an address for an external log collecting service.
+        :param task_instance: task instance object

Review comment:
       ```suggestion
   
           :param task_instance: task instance object
   ```
   Without this, the documentation does not comply with the Sphinx.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to