Skip to content

Commit

Permalink
Added MODEL connector type
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Sep 24, 2024
1 parent 1b50cdd commit 49eef8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 2.4.6 (September 24, 2024)

### New features

- Added a new connector type `MODEL` for data modeling assets.

### QOL improvements

- Generated latest typedefs models(`model`, `anomalo`, `powerbi`).
- Generated latest typedefs models (`model`, `anomalo`, `powerbi`).

## 2.4.5 (September 18, 2024)

Expand Down
1 change: 1 addition & 0 deletions pyatlan/model/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def get_connector_name(
PREFECT = ("prefect", AtlanConnectionCategory.ELT)
SUPERSET = ("superset", AtlanConnectionCategory.BI)
DM = ("dm", AtlanConnectionCategory.DATABASE)
MODEL = ("model", AtlanConnectionCategory.DATABASE)


class AtlanCustomAttributePrimitiveType(str, Enum):
Expand Down

0 comments on commit 49eef8d

Please sign in to comment.