You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/24 08:54:34 UTC

[GitHub] [airflow] JavierLopezT commented on issue #15590: Documentation for Configuration JSON when triggering a DAG manually

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

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