ayushchauhan0811 commented on a change in pull request #20814:
URL: https://github.com/apache/airflow/pull/20814#discussion_r784948181
##########
File path: airflow/providers/amazon/aws/hooks/logs.py
##########
@@ -99,7 +97,7 @@ def get_log_events(
yield from events
- if 'nextForwardToken' in response:
+ if next_token != response['nextForwardToken']:
Review comment:
@ferruzzi @uranusjr Is there any change required in this PR or is it
good to go?
--
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]