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

DataHub does not _display_ columns of static strings #169

Open RogerTangos opened 8 years ago

RogerTangos commented 8 years ago

Select column_a, column_b, 'foobar' from my_repo.my_table;

The query works. Via the api, column_a, column_b, and 'foobar' will all show. However, in the query view, the 'foobar' column is hidden.