asaff1 commented on issue #43472:
URL: https://github.com/apache/airflow/issues/43472#issuecomment-2445356673

   @potiuk I might be able to contribute it. I can submit a PR. Any guidelines 
for that?
   
   As I see what needs to be done, is to add a new DB model `DagRunTag` with 
key, value fields (in models/dagrun.py),
    then adding a many to many relationship between `DagRun` and `DagRunTag`.
   Then the API needs to be changed, and for the UI I need to add a filtering / 
search by tags.
   Is that a good direction?
   
   


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