Skip to content

Commit 91447ad

Browse files
committed
[change] Used KeywordField for AtlanTask.GUID
1 parent 33b5d52 commit 91447ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyatlan/model/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AtlanTask(AtlanObject):
1818
TYPE: ClassVar[KeywordField] = KeywordField("type", "__task_type")
1919
"""Type of the task."""
2020

21-
GUID: ClassVar[TextField] = TextField("guid", "__task_guid")
21+
GUID: ClassVar[KeywordField] = KeywordField("guid", "__task_guid")
2222
"""Unique identifier of the task."""
2323

2424
CREATED_BY: ClassVar[KeywordField] = KeywordField("createdBy", "__task_createdBy")

0 commit comments

Comments
 (0)