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/02/08 01:50:59 UTC

[GitHub] [airflow] pingzh edited a comment on issue #21407: AssertionError: Dependency rule tried to blank-out primary key column 'ab_permission.id' on instance '

pingzh edited a comment on issue #21407:
URL: https://github.com/apache/airflow/issues/21407#issuecomment-1032125080


   i think it should be related to this PR https://github.com/apache/airflow/pull/21296
   
   after I reseted to a commit before that PR. it worked.
   
   How to reproduce:
   
   1. drop my mysql database
   2. pull latest main branch
   3. `airflow db init`
   4. `airflow webserver` --> will fail
   5. `git reset --hard e1a2717dae4614dbd3523bb1baacdecbdeadfcac` # reset commit back to that pr.
   6. `airflow webserver` --> fails again
   7. `git reset --hard 40d3a76a9bce2360b951f2e990cba571c5f51a76` # 1 commit before that pr
   8. `airflow webserver` --> works


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