michael-s-molina commented on a change in pull request #17511:
URL: https://github.com/apache/superset/pull/17511#discussion_r755195260



##########
File path: superset/dashboards/api.py
##########
@@ -327,6 +332,8 @@ def get_datasets(self, id_or_slug: str) -> Response:
               $ref: '#/components/responses/400'
             401:
               $ref: '#/components/responses/401'
+            403:
+              $ref: '#/components/responses/403'

Review comment:
       @dpgaspar We have other endpoints also returning 403. I'll bring this 
discussion to our meeting today and if we decide to return 404 I'll open 
another PR fixing all endpoints.




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