dstandish opened a new pull request, #63308: URL: https://github.com/apache/airflow/pull/63308
Adds a triggered_at timestamp to the dag_run table that records when a dag run was originally created or most recently cleared for re-run. The field defaults to utcnow() at creation and is updated to utcnow() whenever tasks are cleared (alongside the existing clear_number increment). Includes a migration that back-fills existing rows from created_at. -- 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]
