This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 8bcbb96bcee Fix wrong use of `identifier` in Table serializer for
Iceberg (#47358)
add c3872a21547 Lazy load failed logs, default overviews to past 24 hours
(#47355)
No new revisions were added by this update.
Summary of changes:
airflow/ui/src/pages/Dag/Overview/FailedLogs.tsx | 4 +++-
airflow/ui/src/pages/Dag/Overview/Overview.tsx | 10 ++++++----
airflow/ui/src/pages/Dag/Overview/TaskLogPreview.tsx | 18 ++++++++++++------
.../Dashboard/HistoricalMetrics/HistoricalMetrics.tsx | 2 +-
airflow/ui/src/pages/Task/Overview/Overview.tsx | 2 +-
airflow/ui/src/queries/useLogs.tsx | 7 ++++++-
6 files changed, 29 insertions(+), 14 deletions(-)