-
Notifications
You must be signed in to change notification settings - Fork 14.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
Exception occurred when add json param to request.args #24
Comments
I notice the result of
|
All of this is changing quite a bit in a branch I'm working on, expect the API to change quite a bite until it stabilizes. Are you interested in getting an endpoint where you can get the Druid query json? I can make sure that this makes it in as a requirement. |
Some time I checked the query json, because we using druid without UTC timezone, query granularity like this:
We found granularity work not good when we setting "one day" in Time Granularity. So I want check and fix it. |
Old issue, closing. |
…oxAndAnnotation cherry pick mapbox and annotation fix
merge from apache/lyft-release-sp8
using withTheme to avoid raw supersetTheme
* fix: docs updated with queriesData * chore: package linting * fix: restoring missing controls * feat: sections.legacyRegularTime
…erset-embedded-sdk/webpack-5.76.0 Build(deps-dev): Bump webpack from 5.67.0 to 5.76.0 in /superset-embedded-sdk
I read the source of
Panoramix
, it support get query json by addjson
to requests.args:But when i using this, an exception occurred like this, the
BaseViz
class hasn't this method:The code may be
json.dumps(obj.query_obj(), indent=4)
, is it right?The text was updated successfully, but these errors were encountered: