Skip to content

Commit 91d227d

Browse files
authored
Merge branch 'main' into APP-5372
2 parents b7af988 + 16ff849 commit 91d227d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
args: ["--profile", "black", "--filter-files"]
2828

2929
- repo: https://github.com/psf/black
30-
rev: 24.4.0
30+
rev: 24.4.2
3131
hooks:
3232
- id: black
3333
language_version: python3

pyatlan/model/enums.py

+3
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ def get_connector_name(
344344
AWS_LAMBDA = ("aws-lambda", AtlanConnectionCategory.ELT)
345345
AWS_SAGEMAKER = ("aws-sagemaker", AtlanConnectionCategory.ELT)
346346
CUSTOM = ("custom", AtlanConnectionCategory.CUSTOM)
347+
SHARED_DRIVE = ("shared-drive", AtlanConnectionCategory.OBJECT_STORE)
348+
SHARE_POINT = ("share-point", AtlanConnectionCategory.SAAS)
349+
RDS = ("rds", AtlanConnectionCategory.WAREHOUSE)
347350

348351

349352
class AtlanCustomAttributePrimitiveType(str, Enum):

0 commit comments

Comments
 (0)