-
-
Notifications
You must be signed in to change notification settings - Fork 0
ValueError: could not assign tuple of length 4 to structure with 3 fields. #6
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
Comments
Hi @nalcabio-tom , thanks for bringing up this issue. Though i get your issue, basically query is returning 4 columns and structure expected to receive data is 3 columns. I'll try to re-create this issue and get back to you. |
Hi @AdheipSingh . Sorry, I don't understand your question. The query above does work in the parseable dashboard. |
@AdheipSingh , is there anything I can do to help with this? Thanks! |
Hi @nalcabio-tom , can you try out with the latest updated package ie 0.1.5. I tried with a similar query in my dataset. ![]() |
Thanks @AdheipSingh ! This appears to work! |
Adding p_timestamp as a filter in the superset dashboard causes the error below. Using ctx#timestamp instead doesn't cause an error, although that might be because no data is returned since the start and end times restrict the query to the last 10 minutes. (Last time data was added to parseable was yesterday, fyi.)
See also: #5
The text was updated successfully, but these errors were encountered: