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

Remove query endpoint with no repo name #186

Open justinanderson opened 8 years ago

justinanderson commented 8 years ago

We disabled queries with table names and no schema specifier because DataHub's row level security query rewriter can't handle them. We should remove the API's query endpoint for that style of query.

This should be reverted if we ever do #178.