Skip to content

Commit

Permalink
Merge pull request #1179 from atlanhq/aws_connectors
Browse files Browse the repository at this point in the history
CXD-340 : Added fours aws connectors
  • Loading branch information
cmgrote authored Dec 30, 2024
2 parents 42edf23 + a43d800 commit 47bbe90
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ public enum AtlanConnectorType implements AtlanEnum {
SAP_HYBRIS("sap-hybris", AtlanConnectionCategory.SAAS),
IBM_DB2("ibmdb2", AtlanConnectionCategory.DATABASE),
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),
;

@JsonValue
Expand Down

0 comments on commit 47bbe90

Please sign in to comment.