Skip to content

Commit

Permalink
Add missing resource and event sub descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuelverdugo committed Mar 28, 2023
1 parent 37180ef commit d450c76
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,5 +383,15 @@
"matchUpdatedBy",
"matchAnyFieldChange"
]
},
{
"name" : "dashboardDataModel",
"supportedFilters" : [
"matchAnyOwnerName",
"matchAnyEntityFqn",
"matchAnyEventType",
"matchUpdatedBy",
"matchAnyFieldChange"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -562,5 +562,20 @@
"EditOwner",
"EditLineage"
]
},
{
"name": "dashboardDataModel",
"operations": [
"Create",
"Delete",
"ViewAll",
"ViewUsage",
"EditAll",
"EditDescription",
"EditDisplayName",
"EditTags",
"EditOwner",
"EditLineage"
]
}
]

0 comments on commit d450c76

Please sign in to comment.