Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(superset): Added export Tags functionality for Dashboards and Tags #30711

Closed
wants to merge 1 commit into from

Conversation

asher-lab
Copy link

SUMMARY

The update on Superset export functionality is related to this Github Discussion: #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

@dosubot dosubot bot added dashboard:export Related to exporting dashboards viz:charts:export Related to exporting charts labels Oct 25, 2024
@asher-lab asher-lab closed this Oct 25, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats on making your first PR and thank you for contributing to Superset! 🎉 ❤️

We hope to see you in our Slack community too! Not signed up? Use our Slack App to self-register.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboard:export Related to exporting dashboards size/L viz:charts:export Related to exporting charts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant