Skip to content

Commit

Permalink
Merge pull request #404 from atlanhq/CXD-251
Browse files Browse the repository at this point in the history
CXD-251 | Added `inRiver` new connector type
  • Loading branch information
Aryamanz29 authored Oct 16, 2024
2 parents 4831dea + 04f4098 commit 37f08fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyatlan/model/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def get_connector_name(
IICS = ("iics", AtlanConnectionCategory.ELT)
ABINITIO = ("abinitio", AtlanConnectionCategory.ELT)
SAP_S4_HANA = ("sap-s4-hana", AtlanConnectionCategory.WAREHOUSE)
INRIVER = ("inriver", AtlanConnectionCategory.DATABASE)


class AtlanCustomAttributePrimitiveType(str, Enum):
Expand Down

0 comments on commit 37f08fc

Please sign in to comment.