dpgaspar commented on a change in pull request #10955:
URL: 
https://github.com/apache/incubator-superset/pull/10955#discussion_r491020700



##########
File path: superset/datasets/api.py
##########
@@ -207,7 +207,7 @@ def post(self) -> Response:
         except DatasetInvalidError as ex:
             return self.response_422(message=ex.normalized_messages())
         except DatasetCreateFailedError as ex:
-            logger.error(
+            logger.info(

Review comment:
       If this raises, it's supposed to be a really bad thing, why do you want 
to lower it, and on what occasions are you getting this?




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