We're opening the sql_json endpoint at Lyft to other apps leveraging Superset as a data-access layer that enforces authentication and our data access policy.
Currently sql_json requires the client to pass a `client_id` parameter that uniquely identifies the query, that can then be used for polling when in async mode. This PR makes it such that you don't have to define a client_id anymore. It just gets generated when not passed. [ Full content available at: https://github.com/apache/incubator-superset/pull/5730 ] This message was relayed via gitbox.apache.org for [email protected]
