-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add Ownership from Preset #12154
base: master
Are you sure you want to change the base?
Add Ownership from Preset #12154
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, contrib looks pretty good! Thanks for the effort!
Beyond some minor suggestions, may you add some tests? You may want to extend the existing ones in https://github.com/datahub-project/datahub/tree/master/metadata-ingestion/tests/integration/superset and https://github.com/datahub-project/datahub/tree/master/metadata-ingestion/tests/integration/preset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! With a some testing, it should be ready to merge.
This feature syncs in Dataset, Chart, Dashboard owners listed on Preset into Datahub.
Screenshot of a Dataset with owners:
Screenshot of a Chart with owners:
Screenshot of a Dashboard with owners:
Checklist