mtv2102 opened a new issue, #21437:
URL: https://github.com/apache/superset/issues/21437
I tried downloading csv file of the chart(table format) in the local
location, when I debug the code it gets into the exportChart function inside
explore/exploreUtils/index.js and when it reaches the final line , the output
is in the form of payload response such as,
{datasource: {…}, force: true, queries: Array(1), form_data: {…},
result_format: 'csv', …}
datasource: {id: 2, type: 'table'}
force: true
form_data: {datasource: '2__table', viz_type: 'table', slice_id: undefined,
cache_timeout: undefined, url_params: undefined, …}
queries: [{…}]
result_format: "csv"
result_type: "full"
[[Prototype]]: Object
I expanded the output and checked, but there were only the table name and id
in the place of datasource, I coulnd't understand whether how to download that
datasource as a csv file in local location ?
--
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]