CartoDB / carto-python

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

License and Attributions for datasets are not saved #62

Closed jsanz closed 7 years ago

jsanz commented 7 years ago

This code does not save the attributes

dataset.license = "whatever"
dataset.attributions = "whatever"
alrocar commented 7 years ago

Thanks for reporting, I'll take a look! 👍

alrocar commented 7 years ago

Fixed in 1.1.0 branch

jsanz commented 7 years ago

Vamos, thanks!