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
I got this error while trying to load this query:
Server error: `ERROR DB::Exception (47): DB::Exception: Missing columns: 'final_m0' while processing query: '<SQL QUERY>', required columns: 'final_m0' 'final_m1' 'final_m2' 'rca' 'section_id_HS_Product' 'section_name_HS_Product', 'year_Year' source columns: 'final_m1'` 'final_m2' 'rca' 'section_id_HS_Product' 'section_name_HS_Product' 'year_Year'
This query however works correctly if the top parameter is omitted.
top
It's worth investigating if there's a missing column, or if the problem comes from a bug on tesseract.
The text was updated successfully, but these errors were encountered:
@frabarz is this now fixed?
Sorry, something went wrong.
Nope, but the issue with this URL changed. Now both queries, with and without top parameter, are returning a float point value in the Year key.
Year
No branches or pull requests
I got this error while trying to load this query:
This query however works correctly if the
top
parameter is omitted.It's worth investigating if there's a missing column, or if the problem comes from a bug on tesseract.
The text was updated successfully, but these errors were encountered: