-
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
feat(model): adds properties, ownership, deprecated, institutional memory and tags as aspects for data platform instance entity #5728
Conversation
…platform instance entity
…r data platform instance entity
@shirshanka , any feedback here? |
@hsheth2 could you help me here? what else is needed to extend the model? |
/** | ||
* The abstracted URI, usually host and port. Uri should not include any environment specific properties. | ||
*/ | ||
uri: optional Uri |
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.
Can we actually remove this? i mean - do we strictly need it?
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 LGTM. Just had one question then I think we can get this in!
We do not yet have an entity profile page in the UI for Data Platform Instance. That's something we'll have to add post this PR. |
Removing URI fields until further discussion
Thanks @jjoyce0510 |
…mory and tags as aspects for data platform instance entity (datahub-project#5728)
Adds properties, ownership, deprecated, institutional memory and tags as aspects for data platform instance entity.
We may also add the corresponding
EditableDataPlatformInstanceProperties
, this would require a UI where we can view and update a Data Platform Instance entity. Does exist such a page view?I have explicitely skipped
GlossaryTerm
andDomain
because those look more related to data than infrastructureChecklist