CartoDB / carto-python

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

Cannot create named map without `view` #120

Open jgoizueta opened 5 years ago

jgoizueta commented 5 years ago

When creating a named map, the view entry in the template is optional (as per API docs), but omitting it with the Maps client will cause an error (AttributeError: 'NamedMap' object has no attribute 'view') because all fields are fetched for saving