sharingan-no-kakashi commented on a change in pull request #16953:
URL: https://github.com/apache/airflow/pull/16953#discussion_r669921969
##########
File path: airflow/www/views.py
##########
@@ -1354,6 +1356,82 @@ def xcom(self, session=None):
title=title,
)
+ @expose('/task_note', methods=['POST', 'GET'])
Review comment:
I am not sure I understand this right.
I took inspiration from XCOM which has an `XComModelView` and a dedicated
`xcom` component in the views (xcom is an old component and I should not have
followed that?).
Should I expose these two endpoints with two different functions in the
TaskNoteModelView?
--
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]