nytai commented on issue #13948:
URL: https://github.com/apache/superset/issues/13948#issuecomment-856241995


   @vinit2580 The error in your logs is coming from the code in your custom 
security manager 
   
   ```py
   if res.status != 200:
   ```
   
   python Response objects don't have that attribute, I think you're looking 
for `status_code` instead 


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to