Skip to content

Commit

Permalink
feat: Add tag event in OperationType
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingLychee committed Dec 25, 2024
1 parent e26c193 commit 483b1ff
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,18 @@ public enum OperationType {
RENAME_VIEW,
LIST_VIEW,

// Tag Event
LIST_TAGS,
LIST_TAGS_INFO,
GET_TAG,
CREATE_TAG,
ALTER_TAG,
DELETE_TAG,
LIST_METADATA_OBJECTS_FOR_TAG,
LIST_TAGS_FOR_METADATA_OBJECT,
LIST_TAGS_INFO_FOR_METADATA_OBJECT,
ASSOCIATE_TAGS_FOR_METADATA_OBJECT,
GET_TAG_FOR_METADATA_OBJECT,

UNKNOWN,
}

0 comments on commit 483b1ff

Please sign in to comment.