Skip to content

Commit

Permalink
Merge pull request #393 from atlanhq/new-connector-defs-rk
Browse files Browse the repository at this point in the history
CXD-237: Added new connector types (IICS, ABINITIO, SAP_S4_HANA)
  • Loading branch information
Aryamanz29 authored Oct 1, 2024
2 parents 35c6d7a + 79580e9 commit 252190d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyatlan/model/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ def get_connector_name(
SUPERSET = ("superset", AtlanConnectionCategory.BI)
DM = ("dm", AtlanConnectionCategory.DATABASE)
MODEL = ("model", AtlanConnectionCategory.DATABASE)
IICS = ("iics", AtlanConnectionCategory.ELT)
ABINITIO = ("abinitio", AtlanConnectionCategory.ELT)
SAP_S4_HANA = ("sap-s4-hana", AtlanConnectionCategory.WAREHOUSE)


class AtlanCustomAttributePrimitiveType(str, Enum):
Expand Down

0 comments on commit 252190d

Please sign in to comment.