CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

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

Open lokkju opened 4 years ago

lokkju commented 4 years ago

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