GitHub user ampil added a comment to the discussion: Get dataset description and columns description
@dosu When I choose "Download" -> "Export to Excel" on a chart, the chart data is downloaded as XLSX. It uses `df_to_excel` from `excel.py`. Should the `dataset_id` be accessible when saving the chart data to Excel? I need to provide `dataset_id` to the `df_to_excel`. It's clear how change a code to pass a `dataset_id` parameter . But it's unclear how to get the real physical value of `dataset_id` to `df_to_excel`. GitHub link: https://github.com/apache/superset/discussions/33504#discussioncomment-13189374 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
