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

Console cannot list views #46

Closed RogerTangos closed 8 years ago

RogerTangos commented 9 years ago

Go to the console, then ls reponame

Base tables will show, but views won't.

This happens because the list_tables method now only lists base tables. Unfortunately, I'm having trouble getting Thrift (0.9.2) to generate up-to-date javascript code which will allow a javascript client.ls_views function.

ygina commented 8 years ago

Can list views in console as of 45c8ed2426313d650b6e73371b26a1224e4ce162 with ls <repo-name>