Skip to content

Commit

Permalink
Add data query mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Green <[email protected]>
  • Loading branch information
stevengreens10 committed Apr 5, 2022
1 parent 3dfaa68 commit 552951e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/resources/TypeDefMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,28 @@
}
]
},
{
"sasCat": "decisionSQLCodeFile",
"omrs": "Asset",
"propertyMappings": [
{
"sasCat": "instance.name",
"omrs": "qualifiedName"
},
{
"sasCat": "instance.resourceId",
"omrs": "description"
},
{
"sasCat": "attribute.creator",
"omrs": "owner"
},
{
"sasCat": "attribute.dateModified",
"omrs": "latestChange"
}
]
},
{
"sasCat": "decision",
"omrs": "Asset",
Expand Down

0 comments on commit 552951e

Please sign in to comment.