vincbeck commented on code in PR #31786:
URL: https://github.com/apache/airflow/pull/31786#discussion_r1242786238
##########
airflow/providers/amazon/aws/hooks/logs.py:
##########
@@ -77,15 +79,30 @@ def get_log_events(
:param start_time: The time stamp value to start reading the logs from
(default: 0).
:param skip: The number of log entries to skip at the start (default:
0).
This is for when there are multiple entries at the same timestamp.
- :param start_from_head: whether to start from the beginning (True) of
the log or
- at the end of the log (False).
+ :param start_from_head: Do not use with False, logs would be retrieved
out of order.
Review Comment:
Maybe mention this is a deprecated parameter?
--
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]