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 2022/04/12 07:11:47 UTC

[GitHub] [airflow] dstandish commented on pull request #22924: Add pre-upgrade check for dangling TI references

dstandish commented on PR #22924:
URL: https://github.com/apache/airflow/pull/22924#issuecomment-1096220403

   i have not tested on all 4 but it's very similar to the dagrun check so it's probably fine.  i will confirm tomorrow.
   
   Test data:
   
   testing from pre-2.2.0: [test_2_1_4.txt](https://github.com/apache/airflow/files/8470341/test_2_1_4.txt)
   testing upgrade from 2.2.0 < ver < 2.3.0: [test_2_2_5.txt](https://github.com/apache/airflow/files/8470342/test_2_2_5.txt)
   
   procedure:
   
   delete and recreate db
   airflow db upgrade --to-version 2.1.4
   insert test data
   airflow db upgrade
   
   
   
   


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