We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This YQL query used to work fine until the end of November: use "https://raw.githubusercontent.com/yql/yql-tables/master/data/data.headers.xml" as headers; select * from headers where url="https://example.org" but now it raises the error: {"error":{"lang":"en-US","description":"Table not accessible"}}
use "https://raw.githubusercontent.com/yql/yql-tables/master/data/data.headers.xml" as headers; select * from headers where url="https://example.org"
{"error":{"lang":"en-US","description":"Table not accessible"}}
What is the issue? Could you please fix it?
The text was updated successfully, but these errors were encountered:
Having the same issue.
Sorry, something went wrong.
No branches or pull requests
This YQL query used to work fine until the end of November:
use "https://raw.githubusercontent.com/yql/yql-tables/master/data/data.headers.xml" as headers; select * from headers where url="https://example.org"
but now it raises the error:
{"error":{"lang":"en-US","description":"Table not accessible"}}
What is the issue? Could you please fix it?
The text was updated successfully, but these errors were encountered: