Skip to content

Commit 855300f

Browse files
committed
chore: add 'md' file type to enums
1 parent 9ee6ff0 commit 855300f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyatlan/model/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2971,6 +2971,7 @@ class FileType(str, Enum):
29712971
YXDB = "yxdb"
29722972
XLSM = "xlsm"
29732973
HYPER = "hyper"
2974+
MD = "md"
29742975

29752976

29762977
class FivetranConnectorStatus(str, Enum):

0 commit comments

Comments
 (0)