datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

Views cannot be deleted #90

Closed RogerTangos closed 8 years ago

RogerTangos commented 8 years ago

{"error": "\"viewtest\" is not a table\nHINT: Use DROP VIEW to remove a view.\n"}

table_delete in browser.views will need to determine if the table_name passed is a view, and it will have to call related methods in manager.py and pg.py

RogerTangos commented 8 years ago

Closed in d02bc42. Will be live once feature/rest is merged.