squalou commented on issue #14810:
URL: https://github.com/apache/superset/issues/14810#issuecomment-847716086


   after reviewing the sources I see a
   
   ```python
   
   if self.config["CSV_EXTENSIONS"].intersection(
               self.config["ALLOWED_EXTENSIONS"]
           ):
   # etc...        
               if self.config["EXCEL_EXTENSIONS"].intersection(
                   self.config["ALLOWED_EXTENSIONS"]
               ):
   # etc...
   ```
   
   So maybe the configuration can be used already ? 
   
   If so feel free to close the issue.
   


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