You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/12/29 18:46:46 UTC

[GitHub] [airflow] snjypl commented on a diff in pull request #28161: AIP-51 - Executor Coupling in Logging

snjypl commented on code in PR #28161:
URL: https://github.com/apache/airflow/pull/28161#discussion_r1059102738


##########
airflow/executors/base_executor.py:
##########
@@ -304,6 +304,9 @@ def execute_async(
         """
         raise NotImplementedError()
 
+    def get_task_log(self, ti: TaskInstance, log: str = "") -> None | str | tuple[str, dict[str, bool]]:

Review Comment:
   Done
   



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org