We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f209761 + ef654c5 commit 4338c2fCopy full SHA for 4338c2f
1 file changed
pyatlan/model/enums.py
@@ -349,6 +349,7 @@ def get_connector_name(
349
RDS = ("rds", AtlanConnectionCategory.WAREHOUSE)
350
CRATEDB = ("cratedb", AtlanConnectionCategory.DATABASE)
351
KX = ("kx", AtlanConnectionCategory.DATABASE)
352
+ DOCUMENTDB = ("documentdb", AtlanConnectionCategory.DATABASE)
353
354
355
class AtlanCustomAttributePrimitiveType(str, Enum):
0 commit comments