xtinec opened a new pull request #6220: [SIP-5] Open a new /api/v1/query 
endpoint that takes query_obj
URL: https://github.com/apache/incubator-superset/pull/6220
 
 
   - Introduce a new handle_superset_exception decorator to avoid repeating the 
logic for catching SupersetExceptions
   - Create a query_obj_backfill method that takes form_data and constructs a 
query_obj that will be constructed in the client in the future. Use the 
backfill in explore_json.
   - Create a new /api/v1/query endpoint that takes query_obj only and returns 
the payload data. Note the query_obj is constructed in the client. The endpoint 
currently only handles query_obj for table view viz (we'll be adding support to 
new viz types as we go).
   - Unit test to verify the new endpoint for table view
   
   @mistercrunch @kristw @williaster @john-bodley 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to