RNHTTR commented on code in PR #40447:
URL: https://github.com/apache/airflow/pull/40447#discussion_r1706128595
##########
airflow/utils/log/file_task_handler.py:
##########
@@ -351,6 +351,8 @@ def _read(
ti: TaskInstance,
try_number: int,
metadata: dict[str, Any] | None = None,
+ offset: int = 0,
+ limit: int = 100,
Review Comment:
> Ah, I see, so if they didn't configure it, there would be pagination?
If they didn't configure it, there would be _no_ pagination. It needs to be
opt in.
--
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]