- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't specify range for p_timestamp #8
Comments
@nalcabio-tom thanks for reporting this. Can you test with 0.1.6 version. I pushed some changes. Thanks |
@AdheipSingh Sorry, this is still not working as expected. Still the data is being restricted to only the past ten minutes as I tried to explain at #5 (comment). Here's the data that's in parseable: However this data does not show up in superset: Only data that was added to parseable within the past ten minutes shows up in superset. This is probably an unrelated issue:
|
@AdheipSingh I really appreciate your continued attention to this issue, but I still don't think we both understand the problem in the same way. Could you please check that in your example above you get back any results that are older than 10 minutes? The problem is not with the sql query. The problem is with the json payload that is posted to parseable. Separate from the sql query, the start and end times must be specified as well. From my comment at #5 (comment) It seems to me that these start and end times are never sent to parseable. |
Someone recommended using jinja2 templates, https://superset.apache.org/docs/configuration/sql-templating Does this make sense as a solution to you @AdheipSingh? |
@AdheipSingh , I'd be happy to help troubleshoot this, but we've decided to switch to Elasticsearch and Kibana. Feel free to close this issue if you'd like. Thanks! |
For example, this query "works" but only returns data from the past ten minutes (the default in parseable when no time range is specified).
How do I specify a range for p_timestamp? See also #5 and #6
The text was updated successfully, but these errors were encountered: