carto-python icon indicating copy to clipboard operation
carto-python copied to clipboard

Can't import local archives with uppercase filenames via the DatasetManager

Open lokkju opened this issue 6 years ago • 0 comments

The DatasetManager class create() function currently lowercases the archive path before attempting to load it, causing it to fail on case sensitive filesystems:

https://github.com/CartoDB/carto-python/blob/f06897192288a71ae11753a52b724810a8edeaf7/carto/datasets.py#L184

lokkju avatar Sep 25 '19 11:09 lokkju