uranusjr commented on code in PR #30115:
URL: https://github.com/apache/airflow/pull/30115#discussion_r1221115840


##########
airflow/www/views.py:
##########
@@ -5036,7 +5036,7 @@ class DagRunModelView(AirflowPrivilegeVerifierModelView):
         "queued_at",
         "start_date",
         "end_date",
-        "note",
+        "dag_run_note.content",

Review Comment:
   This is to allow the entry in `label_columns`. FAB auto-assigns an illegible 
label for a proxy, and doesn’t let me override it (or at least I couldn’t find 
a way to).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to