Skip to content

feat(superset/preset): add dataset and column description #14426

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bmaquet
Copy link
Contributor

@bmaquet bmaquet commented Aug 12, 2025

Add description for datasets and columns

Dataset

  • Add a description property to SupersetDataset model.
  • Uses the description if it's available, and falls back to empty description if not.

Column

  • Uses the description if it's available, and falls back to column name if not.

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions bot added ingestion PR or Issue related to the ingestion of metadata community-contribution PR or Issue raised by member(s) of DataHub Community labels Aug 12, 2025
@datahub-cyborg datahub-cyborg bot added the needs-review Label for PRs that need review from a maintainer. label Aug 12, 2025
@bmaquet
Copy link
Contributor Author

bmaquet commented Aug 12, 2025

@treff7es small ping for another PR related to superset/preset.
I was waiting for the column-level lineage PR to be merged before I open this one (to prevent merge conflicts).

Thanks a lot in advance for the review!

@yoonhyejin yoonhyejin requested a review from treff7es August 13, 2025 09:06
@yoonhyejin
Copy link
Collaborator

Hello @bmaquet -- @treff7es is OOO until this week, so review might be a bit delayed. We’ll aim to take a look next week. Appreciate your patience! 🙂

@datahub-cyborg datahub-cyborg bot added pending-submitter-response Issue/request has been reviewed but requires a response from the submitter and removed needs-review Label for PRs that need review from a maintainer. labels Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution PR or Issue raised by member(s) of DataHub Community ingestion PR or Issue related to the ingestion of metadata pending-submitter-response Issue/request has been reviewed but requires a response from the submitter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants