Replies: 5 comments 3 replies
-
We have state in tags already which takes in "Suggested" and "Confimred" options, lets make sure we build on top of it |
Beta Was this translation helpful? Give feedback.
-
@mithmatt |
Beta Was this translation helpful? Give feedback.
-
There is great work happening on #2366 We should explore this idea further as the feature on threads gets merged. cc: @vivekratnavel |
Beta Was this translation helpful? Give feedback.
-
Some other unstructured thoughts I came up with: We will need to discuss, find similarities and differences between task and thread to avoid mixing both, introducing technical and product complexity. Should look at existing systems such as Github (Issues and Discussions) and JIRA and draw parallels with what OpenMetadata customers would want to have. Example of an automated change proposal: If dataset does not have owner, automation can recommend owner of upstream pipeline that produced the dataset as the owner of the dataset, and assign the task to the owner to approve/reject (taking ownership of the dataset). |
Beta Was this translation helpful? Give feedback.
-
Having the ability to link a Jira ticket and Github PR/MR to an entity would help with change management and who is actively working on the entities in a more automated way. |
Beta Was this translation helpful? Give feedback.
-
Context
We implemented some of the fundamentals required for supporting changes to metadata of entities:
Not all users of OpenMetadata can make changes to metadata of entities. Only entity owners and DataStewards currently have access to make metadata changes to entities.
We introduced metadata operation permissions such as SuggestDescription and SuggestTags in the backend, which can be associated roles.
Idea
Support a suggestion, review and approval process for metadata changes for users who cannot directly update metadata.
Change Proposal
Change Review
Change Approval
Beta Was this translation helpful? Give feedback.
All reactions