CartoDB / carto-python

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

dataset_manager.create only returns one dataset #169

Open Baschdl opened 4 years ago

Baschdl commented 4 years ago

Problem

dataset_manager.create(LOCAL_FILE_OR_URL) only returns one dataset if multiple datasets are created (e.g. with shapefile import)

Expected behavior

All created datasets are returned

Baschdl commented 4 years ago

@dgaubert Do you have an idea about this one?