Skip to content

Commit

Permalink
Update airflow/www/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kaxil Naik <[email protected]>
  • Loading branch information
pierrejeambrun and kaxil committed Nov 5, 2024
1 parent b08f9ca commit 415f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,7 @@ class XComModelView(AirflowModelView):
"task_id",
"run_id",
"map_index",
# "execution_date", # disable to fix error before airflow 3
# "execution_date", # execution_date sorting is not working and crashing the UI, disabled for now.
]

base_filters = [["dag_id", DagFilter, list]]
Expand Down

0 comments on commit 415f0fc

Please sign in to comment.