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

DVX-739: Added a new attribute modelEntityAssociationQualifiedName to the ModelAttributeAssociation #960

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions samples/typedefs/src/main/resources/DataModel.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,12 @@ customTypes {
}
["\(a)\(dmEntityAssociation)ToQualifiedName"] {
type = "string"
indexAs = "keyword"
description = "Unique name of the association to which this entity is related."
}
["\(a)\(dmEntityAssociation)FromQualifiedName"] {
type = "string"
indexAs = "keyword"
description = "Unique name of the association from which this entity is related."
}
}
Expand Down Expand Up @@ -450,12 +452,19 @@ customTypes {
}
["\(a)\(dmAttributeAssociation)ToQualifiedName"] {
type = "string"
indexAs = "keyword"
description = "Unique name of the association to which this attribute is related."
}
["\(a)\(dmAttributeAssociation)FromQualifiedName"] {
type = "string"
indexAs = "keyword"
description = "Unique name of the association from which this attribute is related."
}
["\(a)\(dmEntityAssociation)QualifiedName"] {
type = "string"
indexAs = "keyword"
description = "Unique name of the entity association to which this attribute is related."
}
}
relationships {
["data_model_attribute_data_model_attributes_1"] {
Expand Down
Loading