Skip to content

Commit

Permalink
Disable ordering DagRuns by note (#30043)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala committed Mar 14, 2023
1 parent ac0e666 commit 12b88cc
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 @@ -5063,7 +5063,7 @@ class DagRunModelView(AirflowPrivilegeVerifierModelView):
"queued_at",
"start_date",
"end_date",
"note",
# "note", # todo: maybe figure out how to re-enable this
"external_trigger",
"conf",
]
Expand Down

0 comments on commit 12b88cc

Please sign in to comment.