carto-python
carto-python copied to clipboard
Can't import local archives with uppercase filenames via the DatasetManager
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