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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to