I have the following query:
CODE
use 'http://github.com/bkudria/yql-tables/raw/0d78d161409710e117f57027408dad167e0ab82d/nyt/nyt.people.newsfeed.xml' as z; select * from z where apikey='xxx' and user-id='yyy'
Which, according to that Open Table definition (and according to the diagnostics element) is supposed to call:
CODE
http://api.nytimes.com/svc/timespeople/api/v1/user/yyy/newsfeed.js?api-key=xxx
Executing this call manually, direct to the NYT, works fine, but through the YQL console, I get an empty results element. Any idea why?