asher-lab opened a new pull request, #30711: URL: https://github.com/apache/superset/pull/30711
### SUMMARY The update on Superset export functionality is related to this Github Discussion: https://github.com/apache/superset/discussions/30629 - We have updated Superset Export Functionality which creates tags.yaml and added the tags in Dashboard and Chart. ``` slice_name: Vaccine Candidates per Approach & Stage description: null tags: - CovidTag - Items that start with the letter V - Superset Example Data ``` For tags.yaml ``` tags: - tag_name: CovidTag description: Everything related to Covid - tag_name: Items that start with the letter V description: Just for fun, tag Vanilla, Vikings, and anything that starts with V - tag_name: Superset Example Data description: Native example data included with Superset ``` -- 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]
