I am trying to build a custom UI built around the executions of airflow tasks. One piece of information I need is the cron schedule of each DAG.
I cannot find this in any of the tables used by the Airflow scheduler. Am I missing something obvious?
Without writing a crawler to parse DAG python files themselves, where can I find the cron schedules for my DAGs (by database connection, api call, or anything else that I can programmatically access)?