Skip to content

Commit

Permalink
Merge pull request #960 from atlanhq/DVX-739
Browse files Browse the repository at this point in the history
  DVX-739: Added a new attribute `modelEntityAssociationQualifiedName` to the `ModelAttributeAssociation`
  • Loading branch information
Aryamanz29 authored Oct 29, 2024
2 parents 640f3b1 + dd6db32 commit f364db9
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit f364db9

Please sign in to comment.