The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
0ef9498296a242d1a8054b0be10b84bace0a527f / Ephraim Anierobi 
<[email protected]>
Add unique UUID `try_id` column to TaskInstance and TaskInstanceHistory

This change introduces a new `try_id` UUID column that uniquely identifies each
task instance attempt across both TaskInstance and TaskInstanceHistory tables.

- Creates a unique identifier for each task execution attempt
- Allows retrieving task instances or history with a single key
- Maintains try_id uniqueness when tasks are retried or cleared
- Adds necessary database migration for adding the columns and constraints
- Updates relevant task instance functions to generate new try_ids when tasks 
are retried

Tested manually and unittest to see that the behaviour works well.

Report URL: https://github.com/apache/airflow/actions/runs/13524089205

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to