CartoDB / carto-python

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

Return url of import examples #38

Closed jsanz closed 7 years ago

jsanz commented 7 years ago

It'd be nice to return on the console a link to the dataset

oriolbx commented 7 years ago

done, for the sync import I can't get directly the table name. The name parameter returns None.

alrocar commented 7 years ago

sync-tables API seems to work a bit different.

I'll take a look into it

alrocar commented 7 years ago

Added a new example file import_sync_table_as_dataset.py. There is a new DatasetManager that does the trick.