You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/15 23:54:04 UTC

[GitHub] [superset] betodealmeida commented on a change in pull request #12526: fix: ignore system files on import

betodealmeida commented on a change in pull request #12526:
URL: https://github.com/apache/superset/pull/12526#discussion_r558686866



##########
File path: superset/commands/importers/v1/utils.py
##########
@@ -87,3 +88,11 @@ def is_valid_config(file_name: str) -> bool:
         return False
 
     return True
+
+
+def get_contents_from_bundle(bundle: ZipFile) -> Dict[str, str]:

Review comment:
       This is covered in the API tests




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org