lorenzomagni opened a new issue, #29515:
URL: https://github.com/apache/airflow/issues/29515

   ### Description
   
   Inside a BashOperator, I added a markdown snippet of documentation for the 
"Task Instance Details" of my Airflow nodes.
   Now I can see my markdown, defined by the attribute "doc_md", but also
   
   Attribute: bash_command
   Attribute: doc
   Attribute: doc_json
   Attribute: doc_rst
   Attribute: doc_yaml
   
   I think it would look better if only the chosen type of docs would be shown 
in the Task Instance detail, instead of leaving the names of other attributes 
without anything added to them.
   
   
![screenshot](https://user-images.githubusercontent.com/23013638/218585618-f75d180c-6319-4cc5-a569-835af82b3e52.png)
   
   
   ### Use case/motivation
   
   I would like to see only the type of doc attribute that I chose to add to my 
task instance detail and hide all the others docs type.
   
   ### Relate

Reply via email to