Skip to content

Commit 77b86e7

Browse files
authored
Merge pull request #941 from atlanhq/bump-to-release-9.7.3
[release] Bumped to release 9.7.3
2 parents 022827b + b4f060d commit 77b86e7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 9.7.3 (May 25, 2026)
2+
3+
### New Features
4+
5+
- **`skillArtifactContent` attribute on `SkillArtifact`**: Adds the `skill_artifact_content` (`skillArtifactContent`) field to `SkillArtifact` in both `pyatlan` and `pyatlan_v9`. The Atlas API returns this attribute on SkillArtifact entities but PyAtlan was silently dropping it. This unblocks surfacing skill `.md` body content via `get_asset` / `search_assets` without needing a raw HTTP fallback. (#937)
6+
7+
### Bug Fixes
8+
9+
- **`Connection.creator` validates connector_type slug (BLDX-1294)**: `Connection.creator` and `Connection.creator_async` (both pyatlan and pyatlan_v9) now validate `connector_type.value` against `^[a-z0-9-]+$` — the same pattern the Atlan platform's server-side asset-import (RAB) path enforces. Raises `InvalidRequestError` (`ATLAN-PYTHON-400-079`) on violation. Mirrors the Java SDK constraint. Root cause: a customer-created `dev_cmdr` connection (underscore in slug) caused RAB to reject every asset-import referencing it, leaving phantom `Connection` rows in Atlas. (#939)
10+
111
## 9.7.2 (May 18, 2026)
212

313
### New Features

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.7.2
1+
9.7.3

0 commit comments

Comments
 (0)