The GitHub Actions job "Tests (AMD)" on airflow.git/dags-folder-grouping has 
failed.
Run started by GitHub user RabahAmrouche05 (triggered by potiuk).

Head commit for run:
d7818d71777165a1ee37779ae29ab4b15e3ddee9 / Rabah 
<[email protected]>
UI: Group and filter Dags by folder on the Dags page

Add a collapsible folder navigation tree to the Dags page, built from each Dag's
relative_fileloc directory. Selecting a folder filters the list to the Dags it
contains (and its subfolders) via a new server-side filter, so the result stays
correct across pagination, sorting and other filters.

Because relative_fileloc is relative to each bundle, folders are scoped to their
bundle: in multi-bundle deployments the bundle is shown as the top-level entry
with its folder tree nested underneath, so folders sharing the same path in
different bundles stay separate. Single-bundle deployments keep the flat tree.

Backend adds a relative_fileloc_prefix filter on GET /ui/dags and a new
GET /ui/dags/folders endpoint returning the distinct (bundle, folder) pairs of
all readable Dags. Dags at the bundle root contribute no folder and appear under
'All Dags'. The folder sidebar is hidden for flat deployments with no folders.

Report URL: https://github.com/apache/airflow/actions/runs/30706207247

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to