-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
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.
- Loading branch information
1 parent
cae0704
commit 862075f
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters