Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sql_json] allow not specifying client_id (apache#5730)
* [sql_json] allow not specifying client_id 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. * adressing comments (cherry picked from commit 5616d7b) (cherry picked from commit bb0c888)
- Loading branch information