sha174n commented on PR #43999:
URL: https://github.com/apache/superset/pull/43999#issuecomment-5589086971

   Both addressed in 3791bbda8e.
   
   1. Parse error no longer reported as access denied: `SupersetParseError` 
(and `TemplateError`) now raise `IncorrectFormatError` (422) instead of 
`DatasetAccessDeniedError`, so an invalid payload is distinguished from an 
access denial, matching `create.py`/`update.py`.
   2. Dropped the unused `*args` and typed the stub as `**kwargs: object`.


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


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

Reply via email to