Skip to content

Commit ab8117f

Browse files
committed
Added the long Primitive Type
1 parent 92cce13 commit ab8117f

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)