Skip to content

Commit

Permalink
Merge pull request #1265 from atlanhq/APP-5133
Browse files Browse the repository at this point in the history
Fix connector type from application -> app
  • Loading branch information
cmgrote authored Jan 30, 2025
2 parents 53384c7 + 11f3e82 commit 21c6e4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public enum AtlanConnectorType implements AtlanEnum {
PREFECT("prefect", AtlanConnectionCategory.ELT),
DATA_MODELING("dm", AtlanConnectionCategory.DATABASE),
MODEL("model", AtlanConnectionCategory.DATABASE),
APP("application", AtlanConnectionCategory.APP),
APP("app", AtlanConnectionCategory.APP),
UNKNOWN_CUSTOM("(custom)", AtlanConnectionCategory.API),
IICS("iics", AtlanConnectionCategory.ELT),
ABINITIO("abinitio", AtlanConnectionCategory.ELT),
Expand Down

0 comments on commit 21c6e4c

Please sign in to comment.