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 2021/01/11 17:37:05 UTC

[GitHub] [airflow] kaxil commented on issue #10331: Warnings about refusal to delete permissions on XComModelView

kaxil commented on issue #10331:
URL: https://github.com/apache/airflow/issues/10331#issuecomment-758108624


   > i got the same warnings on `2.0.0` (`release:2.0.0+ab5f770bfcd8c690cbe4d0825896325aca0beeca`):
   > 
   > ```
   > 2021-01-11T12:13:35.605-05:00	[2021-01-11 17:13:35,604] {{manager.py:547}} WARNING - Refused to delete permission view, assoc with role exists Airflow.can_pickle_info Admin
   > 
   > 2021-01-11T12:13:35.613-05:00	[2021-01-11 17:13:35,613] {{manager.py:547}} WARNING - Refused to delete permission view, assoc with role exists Airflow.can_elasticsearch Admin
   > 
   > 2021-01-11T12:13:35.621-05:00	[2021-01-11 17:13:35,621] {{manager.py:547}} WARNING - Refused to delete permission view, assoc with role exists Airflow.can_dagrun_success Admin
   > 
   > ...
   > ```
   > 
   > i checked the database, it's been migrated successfully `alembic_version` is `e959f08ac86c`
   
   Yeah currently we don't have migrations that remove those view permission -- but they are harmless warning that you can ignore
   
   cc @jhtimmins 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org