bbovenzi commented on PR #42959:
URL: https://github.com/apache/airflow/pull/42959#issuecomment-2413780543

   > I think the response could be:
   > 
   > ```
   > {
   >   "tags": [{"tag_name: "tag_1", "dag_id": "some_dag_id"}, {"tag_name": 
"tag_2", "dag_id": "some_dag_id"}],
   >   "total_entries": 2
   > }
   > ```
   > 
   > Basically we return serialized `DagTag` in the response field.
   
   Is `dag_id` actually valuable information though? The whole point is that 
multiple dags share tags, so only showing a single dag_id doesn't help anyone. 
I actually prefer the list of tag_name strings.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to