This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new 4f1d9b01920 [v3-3-test] Show Dag Run conf column by default in Dag
Runs list (#68904) (#69604)
4f1d9b01920 is described below
commit 4f1d9b019200753404598a619238937f697a2f28
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 8 15:16:05 2026 +0200
[v3-3-test] Show Dag Run conf column by default in Dag Runs list (#68904)
(#69604)
Airflow 3 hid the conf column even though the API and column definition
already existed. Operators triggering Dags with run conf need that
context in the list view without toggling columns manually.
(cherry picked from commit 50c44b5fcb9ec935ed9b1748fd844d092b96f724)
closes: #53382
Co-authored-by: Ashutosh Shaha
<[email protected]>
---
airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx | 1 -
1 file changed, 1 deletion(-)
diff --git a/airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx
b/airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx
index 971354ebe55..06374d10b27 100644
--- a/airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx
+++ b/airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx
@@ -225,7 +225,6 @@ export const DagRuns = () => {
const { setTableURLState, tableURLState } = useTableURLState({
columnVisibility: {
- conf: false,
dag_version: false,
end_date: false,
partition_key: false,