This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 8a010b8829d Fix next asset schedule and dag card UX (#50271)
new 5c507f9f665 Filter query to update the dag_run table with backfill
details, using a condition on dag_id (#50577)
new 2fe9f018a9c UI: Implement navigation on bar click (#50416)
new 57d5e4f38ab Fix timezone selection and dashboard layout (#50463)
new d1bf95c371e Minor typo-fix in doc (#50290)
new 7cf2f9b902c Fix the docstring for
airflow.sdk.execution_time.superviseor.supervise (#50805)
new db76ca494aa Increase max zoom (#50772)
new 9a68b80b37c EmptyOperator raises InvalidURL for non-existing logs
(#50325)
new 24a0b3f1bed Fix execution API server URL handling for relative paths
in KE (#51183)
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/airflow/cli/commands/daemon_utils.py | 2 +-
airflow-core/src/airflow/models/backfill.py | 7 +++--
.../ui/src/components/Assets/AssetEvent.tsx | 2 +-
.../ui/src/components/Assets/AssetEvents.tsx | 8 +++---
.../airflow/ui/src/components/DurationChart.tsx | 31 +++++++++++++++++++++-
.../airflow/ui/src/layouts/Details/Graph/Graph.tsx | 2 +-
.../ui/src/layouts/Nav/TimezoneSelector.tsx | 2 +-
.../src/airflow/ui/src/pages/Asset/AssetGraph.tsx | 2 +-
.../airflow/ui/src/pages/Dashboard/Dashboard.tsx | 4 +--
.../Dashboard/HistoricalMetrics/DagRunMetrics.tsx | 2 +-
.../HistoricalMetrics/TaskInstanceMetrics.tsx | 2 +-
.../src/airflow/utils/log/file_task_handler.py | 4 +--
airflow-core/tests/unit/models/test_backfill.py | 2 +-
.../airflow/sdk/execution_time/execute_workload.py | 3 +++
.../src/airflow/sdk/execution_time/supervisor.py | 2 +-
15 files changed, 56 insertions(+), 19 deletions(-)