sharingan-no-kakashi opened a new issue #16790: URL: https://github.com/apache/airflow/issues/16790
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> **Description** I have been an airflow user for since a long time and I have often asked myself "what did happen to this task 4 months ago?". Usually, this question starts a long and tedious process of going through slack/github/jira/emails to understand what was the problem. Wouldn't be nice having a small airflow component where users can insert notes about tasks? **What do you want to happen?** The idea is to have a "task note" which is related to a task instance. We would have a new table: task_notes which has 5 columns dag_id, task_id, execution_date, task_notes, timestamp, (potentially others such a user etc) We would have a new view similar to the xcom (second screenshot) and we modify the task instance view and model to refer to this task note view (first screenshot). Users would be able to insert notes from this view. In my current implementation, it looks something similar to this. (external links to screenshots) [https://ibb.co/vQPGQmb](url) [https://ibb.co/wRxbtF9](url) --> **Are you willing to submit a PR?** Yes. I have been working on this for fun as a POC. **Related Issues** <!-- Is there currently another issue associated with this? --> -- 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]
