sharingan-no-kakashi commented on pull request #16953:
URL: https://github.com/apache/airflow/pull/16953#issuecomment-881588532


   OK, I have an idea: what about having a decorator similar to 
`action_logging` which is `note_logger` or similar, this decorator can be used 
in a similar fashion to `action_logging` but instead of updating the logs, it 
will, if the note if not empty, update the "note table". 
   
   In this case, we can add in the "confirm view" a txt form at the bottom and 
in the post request we can update the note. 
   
   In this implementation a note can be related to anything that happens, 
(clear, mark success, mark failed, trigger run etc). 
   
   The Note model could refer to a dag_id, task_id and an "event". 
   
   
   What do you think @potiuk @ashb @uranusjr ? 
   


-- 
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