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

Head commit for run:
89b32e6363cdaa8665a9aa0843025c3084d3b291 / Ephraim Anierobi 
<[email protected]>
AIP-64: Add TaskInstance history table (#39951)

* AIP-64: Add TaskInstance history table

This commit adds the taskinstance history table as a first step
to implementing AIP-64

Co-authored-by: Jed Cunningham <[email protected]>
Co-Authored-By: dstandish <[email protected]>

* Remove rel from TI<->TIHistory

* Add a couple comments

* Update the history table at strategic points

* Add history table to db cleanup

* Remove history table update from ti.set_state

* Lazily import the history table

* Fix server default db migration for max_tries & map_index

* Fix Backcompat for provider test in old airflow

* Update the history table only when task completes

* record state as failed when it's upd_for_retry

* Only record the ti history when it's rerunning

* fixup! Only record the ti history when it's rerunning

* Don't use column.copy() since it's deprecated

* Add test for task clearing

* Refactor TI history recording

* Update test

* Use table to use UUID as PK. also removed onupdate cascade for TI &TIH table

* Add unique constraint and use autoincrementing ID for PK

* Add back onupdate cascade

* Remove TaskIntanceHistory from lazy imports in models

* Update comment

---------

Co-authored-by: Jed Cunningham <[email protected]>
Co-authored-by: dstandish <[email protected]>
Co-authored-by: Jed Cunningham <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to