Skip to content

Commit

Permalink
Merge branch 'main' into FT-874
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 authored Dec 27, 2024
2 parents 2445f90 + 60cab0e commit 465a91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyatlan/model/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def get_connector_name(
LOOKER = ("looker", AtlanConnectionCategory.BI)
METABASE = ("metabase", AtlanConnectionCategory.BI)
SALESFORCE = ("salesforce", AtlanConnectionCategory.SAAS)
DATAVERSE = ("dataverse", AtlanConnectionCategory.SAAS)
MYSQL = ("mysql", AtlanConnectionCategory.WAREHOUSE)
MSSQL = ("mssql", AtlanConnectionCategory.WAREHOUSE)
S3 = ("s3", AtlanConnectionCategory.OBJECT_STORE)
Expand Down Expand Up @@ -2205,6 +2206,7 @@ class WorkflowPackage(str, Enum):
REDSHIFT = "atlan-redshift"
REDSHIFT_MINER = "atlan-redshift-miner"
SALESFORCE = "atlan-salesforce"
DATAVERSE = "atlan-dataverse"
SAP_HANA = "atlan-sap-hana"
SCHEMA_REGISTRY_CONFLUENT = "atlan-schema-registry-confluent"
SIGMA = "atlan-sigma"
Expand Down

0 comments on commit 465a91c

Please sign in to comment.