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/07/20 05:24:20 UTC

[GitHub] [airflow] uranusjr edited a comment on pull request #16931: #16692 show cron description in UI

uranusjr edited a comment on pull request #16931:
URL: https://github.com/apache/airflow/pull/16931#issuecomment-883067237


   The problem is we can’t store the timetable object in db (at least easily, technically doable but should be avoided). Maybe we can pre-render the description and store that (it’d be just a string) on `DagModel` instead? Call it `timetable_description` or something. Again, I’m not sure how best to do this.


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