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

feat(*): Support setting owner type when assigning ownership #4354

Merged

Conversation

jjoyce0510
Copy link
Collaborator

@jjoyce0510 jjoyce0510 commented Mar 9, 2022

Summary
This PR introduces support for setting the following new "owner types" or "roles" when assigning an owner to an asset (dataset, chart, job, dashboard, etc):

  • Technical Owner: Those involved in the creation, maintenance, or distribution of an asset.
  • Business Owner: Those who are Principle stakeholders or domain experts for an asset.
  • Data Steward: Those responsible for governance of an asset.

Along with a fallback "None" type which indicates that no particular role type should be assigned.

As part of this, will be deprecating "official" support for previous OwnershipType enum symbols, including

  • Developer
  • Stakeholder
  • Consumer
  • Producer
  • DataOwner

In favor of a simpler, clearer, more concise set of owner types. This means that we will gradually migrate ingestion sources to using the new types. Additionally, any new ownership created via the UI will be restricted to one of the new types, however display will continue to work for legacy types that already exist in the Metadata Model. There will be no functional problems with continuing to leverage the old Ownership Types, for the foreseeable future.

More details to come with release v0.8.29.

Status
Working to update some smoke tests to provide Ownership type.

Screenshots

Screen Shot 2022-03-08 at 6 32 26 PM
Screen Shot 2022-03-08 at 6 44 28 PM

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)

@jjoyce0510 jjoyce0510 changed the title feat(*): Set owner type when assigning ownership feat(*): Support setting owner type when assigning ownership Mar 9, 2022
@github-actions
Copy link

github-actions bot commented Mar 9, 2022

Unit Test Results (build & test)

  92 files  ±0    92 suites  ±0   16m 37s ⏱️ + 3m 52s
672 tests ±0  613 ✔️ ±0  59 💤 ±0  0 ±0 

Results for commit 240388d. ± Comparison against base commit cb9b99f.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 9, 2022

Unit Test Results (metadata ingestion)

       5 files  ±0         5 suites  ±0   46m 24s ⏱️ - 1m 27s
   362 tests ±0     362 ✔️ ±0    0 💤 ±0  0 ±0 
1 657 runs  ±0  1 619 ✔️  - 7  38 💤 +7  0 ±0 

Results for commit 240388d. ± Comparison against base commit cb9b99f.

♻️ This comment has been updated with latest results.

@shirshanka shirshanka merged commit ecd263b into datahub-project:master Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants