diegomedina248 commented on code in PR #19430:
URL: https://github.com/apache/superset/pull/19430#discussion_r843089165


##########
superset/views/core.py:
##########
@@ -2810,7 +2810,7 @@ def schemas_access_for_file_upload(self) -> FlaskResponse:
         get the schema access control settings for file upload in this database
         """
         if not request.args.get("db_id"):
-            return json_error_response("No database is allowed for your csv 
upload")
+            return json_error_response("No database is allowed for your file 
upload")

Review Comment:
   yeah, and to me this is fine, but since the message now is more generic, I 
just want to be sure there's no problem with it.



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