JavierLopezT commented on issue #15590:
URL: https://github.com/apache/airflow/issues/15590#issuecomment-977664374


   > @JavierLopezT can you please provide example of what you expect from this 
feature and why #13365 isn't covering it?
   
   It is basically what I said in 
https://github.com/apache/airflow/issues/15590#issuecomment-829418518 If my 
assumption that #13365 will render the entire documentation of the DAG in that 
screen is correct, then I think what I propose could be more optimal in some 
cases. Let's say I have the following DAG doc:
   
   ```
   """This DAG blabla blablaba
    + 100 lines of documentation
   
   When you trigger manually the DAG, the parameters blabla"""
   ```
   
   I don't want to see 103 lines on the screen of JSON configuration. Instead, 
I just want to see the last line, which I will assign to the attribute 
`dag.doc_json_configuration` or something like that, instead of the attribute 
`dag.doc_md`
   


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