We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b5d52 commit 91447adCopy full SHA for 91447ad
1 file changed
pyatlan/model/task.py
@@ -18,7 +18,7 @@ class AtlanTask(AtlanObject):
18
TYPE: ClassVar[KeywordField] = KeywordField("type", "__task_type")
19
"""Type of the task."""
20
21
- GUID: ClassVar[TextField] = TextField("guid", "__task_guid")
+ GUID: ClassVar[KeywordField] = KeywordField("guid", "__task_guid")
22
"""Unique identifier of the task."""
23
24
CREATED_BY: ClassVar[KeywordField] = KeywordField("createdBy", "__task_createdBy")
0 commit comments