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/08/10 19:07:36 UTC

[GitHub] [airflow] csgdotson commented on issue #17540: Airflow 2.1.2 AttributeError: 'NoneType' object has no attribute 'name'

csgdotson commented on issue #17540:
URL: https://github.com/apache/airflow/issues/17540#issuecomment-896243382


   Can this DB error from the log be related? 
   ```
   Aug  9 03:29:53 airflow-webserver: [SQL: INSERT INTO ab_permission (id, name) VALUES (nextval('ab_permission_id_seq'), %(name)s) RETURNING ab_permission.id]
   Aug  9 03:29:53 airflow-webserver: [parameters: {'name': 'userinfoedit'}]
   Aug  9 03:29:53 airflow-webserver: (Background on this error at: http://sqlalche.me/e/13/f405)
   ```
   
   If so, and this is simply a database permission issue, I don't understand how this error isn't consistently generated.


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