potiuk commented on PR #36497:
URL: https://github.com/apache/airflow/pull/36497#issuecomment-1872574142

   > Particularly, I am not sure about auto generating the table, as the 
description part is missing. Could the description be pulled from the yml files?
   
   Generally looks cool. We do not have descriptions yet. But we can possibly 
also already improve the `integration-*.yml" files and add description there 
(and read it from there)
   
   See: 
https://docs.docker.com/compose/compose-file/compose-file-v3/#reference-and-guidelines
 - you could add "labels"  and we could standardize to use `breeze.description` 
label for it (you can also add version as well to all the integration compose 
files -  I tihnk "3.8" seems to make most sense as it is "19.03.0+" and we are 
already "24.0.0+".
   
   ```yaml
   version: "3.8"
   services:
     kafka:
       image: ....
       labels:
         breeze.description: "This label will appear on all containers for the 
web service"
   ```
   
   As a follow-up we could update "version" and "labels" for other files (for 
airflow service we only need to set label for "base.yml".
   


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