Skip to content

Commit ef654c5

Browse files
feat: add documentdb connectorType
1 parent f209761 commit ef654c5

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
@@ -349,6 +349,7 @@ def get_connector_name(
349349
RDS = ("rds", AtlanConnectionCategory.WAREHOUSE)
350350
CRATEDB = ("cratedb", AtlanConnectionCategory.DATABASE)
351351
KX = ("kx", AtlanConnectionCategory.DATABASE)
352+
DOCUMENTDB = ("documentdb", AtlanConnectionCategory.DATABASE)
352353

353354

354355
class AtlanCustomAttributePrimitiveType(str, Enum):

0 commit comments

Comments
 (0)