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


##########
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:
   @diegomedina248 
   
   This API is used when the **csv** && **excel** && **columar** file is 
uploaded.



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