You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar.gz and zip files quite often contain nested archives. tarfile recursively extracts files, zipfile doesn't and requires an extra step. This leaves the artifact contents incompletely extracted.
In either case folder and final file locations aren't clear by default.
We may want to log all the nested file contents as artifacts, particularly if they are tables, if they are layered images (image_blue, image_red, image_green) we may want to generate a metadata description summarizing these findings...
(idea: if 3. is the case, and the files represent keys and data, normalized database tables, the extract process might also recommend possible joins)
The text was updated successfully, but these errors were encountered:
tarfile
recursively extracts files,zipfile
doesn't and requires an extra step. This leaves the artifact contents incompletely extracted.(idea: if 3. is the case, and the files represent keys and data, normalized database tables, the extract process might also recommend possible joins)
The text was updated successfully, but these errors were encountered: