eschutho commented on code in PR #26391:
URL: https://github.com/apache/superset/pull/26391#discussion_r1550724261


##########
superset/sqllab/api.py:
##########
@@ -236,6 +240,7 @@ def format_sql(self) -> FlaskResponse:
             return self.response_400(message=error.messages)
 
     @expose("/export/<string:client_id>/")

Review Comment:
   Great. Maybe another option is to make csv the default format if none is 
passed. Then we wouldn't need to deprecate the existing api. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to