Skip to content

Commit

Permalink
Adds file connector type
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <[email protected]>
  • Loading branch information
cmgrote committed Feb 13, 2024
1 parent cfe72b3 commit 86fe57e
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 @@ -250,7 +250,9 @@ def to_qualified_name(self):
AIRFLOW_CLOUD_COMPOSER = ("airflow-cloud-composer", AtlanConnectionCategory.ELT)
SPARK = ("spark", AtlanConnectionCategory.ELT)
MPARTICLE = ("mparticle", AtlanConnectionCategory.DATABASE)
ESSBASE = ("essbase", AtlanConnectionCategory.DATABASE)
GENERIC = ("genericdb", AtlanConnectionCategory.DATABASE)
FILE = ("file", AtlanConnectionCategory.OBJECT_STORE)


class AtlanCustomAttributePrimitiveType(str, Enum):
Expand Down

0 comments on commit 86fe57e

Please sign in to comment.