Skip to content

Commit

Permalink
Merge pull request #460 from atlanhq/aws_connector
Browse files Browse the repository at this point in the history
Added new four `AWS` connectors
  • Loading branch information
Aryamanz29 authored Dec 30, 2024
2 parents bbc04c8 + 017c39a commit be896e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyatlan/model/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@ def get_connector_name(
IBM_DB2 = ("ibmdb2", AtlanConnectionCategory.DATABASE)
APP = ("app", AtlanConnectionCategory.APP)
BIGID = ("bigid", AtlanConnectionCategory.SAAS)
AWS_BATCH = ("aws-batch", AtlanConnectionCategory.ELT)
AWS_ECS = ("aws-ecs", AtlanConnectionCategory.ELT)
AWS_LAMBDA = ("aws-lambda", AtlanConnectionCategory.ELT)
AWS_SAGEMAKER = ("aws-sagemaker", AtlanConnectionCategory.ELT)


class AtlanCustomAttributePrimitiveType(str, Enum):
Expand Down

0 comments on commit be896e9

Please sign in to comment.