cartoframes icon indicating copy to clipboard operation
cartoframes copied to clipboard

Add in the ability to add tags for a dataset

Open mbforr opened this issue 5 years ago • 1 comments

adding in the ability in the api to add a dataset tag. it would be nice to do it on upload and manually for different tables in the account.

demo code is attached! thanks @oleurud

from carto.datasets import DatasetManager

ds_manager = DatasetManager(auth_client)

table_metadata = ds_manager.get(TABLE)
table_metadata.tags = ['test3']
table_metadata.save()

mbforr avatar Aug 01 '19 14:08 mbforr

https://app.clubhouse.io/cartoteam/story/93718/add-remove-tags-for-a-datasets

Jesus89 avatar Jul 20 '20 06:07 Jesus89