Skip to content

Commit

Permalink
See open-metadata/OpenMetadata@a1c257f from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
open-metadata committed Feb 14, 2025
1 parent 42dca98 commit 93a7c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Here are some examples of conditions.
| **matchAllTags(tagFqn, [tagFqn…])** | Returns true if the resource has all the tags from the tag list. |
| **matchAnyTag(tagFqn, [tagFqn…])** | Returns true if the resource has any of the tags from the tag list. |
| **matchTeam()** | Returns true if the user belongs to the team that owns the resource. |
| **hasDomain()** | Returns true if the logged in user is the has domain access of the entity being accessed |

Conditions are used to assess DataAsset like Tables/Topics/Dashboards etc.. for specific attributes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Here are some examples of conditions.
| **matchAllTags(tagFqn, [tagFqn…])** | Returns true if the resource has all the tags from the tag list. |
| **matchAnyTag(tagFqn, [tagFqn…])** | Returns true if the resource has any of the tags from the tag list. |
| **matchTeam()** | Returns true if the user belongs to the team that owns the resource. |
| **hasDomain()** | Returns true if the logged in user is the has domain access of the entity being accessed |

Conditions are used to assess DataAsset like Tables/Topics/Dashboards etc.. for specific attributes.

Expand Down

0 comments on commit 93a7c74

Please sign in to comment.