GitHub user ampil edited a discussion: Get dataset description and columns description
During the Excel export, I want to include dataset description and column descriptions. I’d like to place them on a separate sheet in the output XLSX file. >From what I've found, I need to modify these two files: 1. [superset](https://github.com/apache/superset/tree/master/superset)/[utils](https://github.com/apache/superset/tree/master/superset/utils)/core.py 2. [superset](https://github.com/apache/superset/tree/master/superset)/[utils](https://github.com/apache/superset/tree/master/superset/utils)/excel.py However, I couldn’t find the description fields in core.py for either the dataset or its columns. Could you suggest how to implement this? @dosu GitHub link: https://github.com/apache/superset/discussions/33504 ---- 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]
