Skip to content

Commit

Permalink
add dataPlatformInstance aspect and make notebookTool non-searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu Wang committed Mar 17, 2022
1 parent 8e70193 commit a3dc84f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ record NotebookKey {
/**
* The name of the Notebook tool such as QueryBook, etc.
*/
@Searchable = {
"fieldName": "tool",
"fieldType": "TEXT_PARTIAL",
"boostScore": 4.0
}
notebookTool: string

/**
Expand Down
1 change: 1 addition & 0 deletions metadata-models/src/main/resources/entity-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ entities:
- institutionalMemory
- domains
- subTypes
- dataPlatformInstance
- name: corpuser
doc: CorpUser represents an identity of a person (or an account) in the enterprise.
keyAspect: corpUserKey
Expand Down

0 comments on commit a3dc84f

Please sign in to comment.