Skip to content

Commit

Permalink
Merge pull request #442 from atlanhq/bigId
Browse files Browse the repository at this point in the history
CXD-329 : Adding new connector type (`BIGID`)
  • Loading branch information
Aryamanz29 authored Dec 11, 2024
2 parents 1c13f3e + be461f7 commit 5bae30e
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 @@ -335,6 +335,7 @@ def get_connector_name(
SAP_HYBRIS = ("sap-hybris", AtlanConnectionCategory.SAAS)
IBM_DB2 = ("ibmdb2", AtlanConnectionCategory.DATABASE)
APP = ("app", AtlanConnectionCategory.APP)
BIGID = ("bigid", AtlanConnectionCategory.SAAS)


class AtlanCustomAttributePrimitiveType(str, Enum):
Expand Down

0 comments on commit 5bae30e

Please sign in to comment.