-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
Syntax Error on nested queries from google spreadsheet with blank column names #2620
Comments
@arikfr I have two solutions for it in Spreadsheet Query Runner.
Do you have another solutions? |
Let's go with option #2 - rename the columns. But instead of |
Good, However, I would like to clarify your idea. Does column number means |
I would suggest Excel style with letters since that's what excel and google docs both use for the column id. It would make it easier for someone to refer back to their spreadsheet if it's a complex one. |
Closed in #2663. |
Redash 4.0.1+b4038
Pulling data from google spreadsheet
the spreadsheet has some columns with blank headers
If I run a query against the query results from pulling in the spreadsheet (e.g. query_45) I get an error
This is caused by create_table with a create table string that contains a blank column header at the end.
e.g.
I hacked a fix into my query_results.py to create named columns for blank columns.
------------------query_results.py:79--------------------
The text was updated successfully, but these errors were encountered: