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 2020/08/31 09:39:09 UTC

[GitHub] [airflow] jpays commented on issue #10603: Let users add custom metadata to the dag runs

jpays commented on issue #10603:
URL: https://github.com/apache/airflow/issues/10603#issuecomment-683675894


   You mean using the "conf" attribute of the DagRun ?
   
   That would indeed be an option I suppose, but :
   
   * `conf` is stored as `PickleType`, which is good if you need to pass any kind of Python object to the DagRun, but not suitable at all for external use such as SQL Query
   * from my understanding,  `conf` should be considered as the input values for the DagRun, and as such should not be tampered with during dag execution. Of course you can do it but input values should probably be immutable and that kind of metadata would be better off stored another place.
   


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

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