Skip to content

Commit

Permalink
Merge pull request #389 from atlanhq/bump-to-release-2.4.6
Browse files Browse the repository at this point in the history
Bump to release `2.4.6`
  • Loading branch information
Aryamanz29 authored Sep 24, 2024
2 parents 42b23c5 + 49eef8d commit d08b711
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 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`).

## 2.4.5 (September 18, 2024)

### New Features
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
2 changes: 1 addition & 1 deletion pyatlan/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.5
2.4.6

0 comments on commit d08b711

Please sign in to comment.