Skip to content

Commit 6723752

Browse files
authored
Merge pull request #653 from atlanhq/APP-7103
APP-7103 : Add Long as a Primitive Type in AtlanCustomAttributePrimitiveType
2 parents 92cce13 + ab8117f commit 6723752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyatlan/model/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ class AtlanCustomAttributePrimitiveType(str, Enum):
394394
GROUPS = "groups"
395395
URL = "url"
396396
SQL = "SQL"
397+
LONG = "long"
397398

398399

399400
class AtlanDeleteType(str, Enum):

0 commit comments

Comments
 (0)