We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7af988 + 16ff849 commit 91d227dCopy full SHA for 91d227d
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
args: ["--profile", "black", "--filter-files"]
28
29
- repo: https://github.com/psf/black
30
- rev: 24.4.0
+ rev: 24.4.2
31
hooks:
32
- id: black
33
language_version: python3
pyatlan/model/enums.py
@@ -344,6 +344,9 @@ def get_connector_name(
344
AWS_LAMBDA = ("aws-lambda", AtlanConnectionCategory.ELT)
345
AWS_SAGEMAKER = ("aws-sagemaker", AtlanConnectionCategory.ELT)
346
CUSTOM = ("custom", AtlanConnectionCategory.CUSTOM)
347
+ SHARED_DRIVE = ("shared-drive", AtlanConnectionCategory.OBJECT_STORE)
348
+ SHARE_POINT = ("share-point", AtlanConnectionCategory.SAAS)
349
+ RDS = ("rds", AtlanConnectionCategory.WAREHOUSE)
350
351
352
class AtlanCustomAttributePrimitiveType(str, Enum):
0 commit comments