Skip to content

Commit 417e5a9

Browse files
authored
Merge pull request #995 from atlanhq/bump-to-release-9.11.0
[release] Bumped to release 9.11.0
2 parents 4979c3b + acd8106 commit 417e5a9

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 9.11.0 (July 29, 2026)
2+
3+
### New Features
4+
5+
- **`SqlInsightJoin.creator()` with miner-identical qualifiedName**: Added a typed `creator()` for `SqlInsightJoin` (previously only `updater()` existed), so SDK callers — the Atlan MCP server's `create_sql_insight_join` tool first among them — can author human-confirmed SQL-Intelligence join relationships without hand-building raw Atlas payloads. The new public `SqlInsightJoin.generate_qualified_name()` derives the deterministic identity (`source_qn/join/md5(joined_qn|sorted_pairs|join_type)`) byte-identically to the SQL-Intelligence miner, so a human-confirmed join and a later mined observation of the same join converge on one entity instead of duplicating. The creator writes both anchorings — the string qualified-name attributes and `sqlInsightJoinColumnPairs` (read by metadata-lakehouse consumers) and both `sqlInsightSourceDataset`/`sqlInsightJoinedDataset` relationship edges (rendered on the asset page) — and pins `queryCount`/`uniqueUsers` to 0, since a human-declared join has no observed usage. Covered by unit tests (including a byte-exact digest golden against a live mined row) and integration tests (create, read-back with live edges, upsert convergence on the same guid).
6+
17
## 9.10.3 (July 22, 2026)
28

39
### New Features

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.10.3
1+
9.11.0

0 commit comments

Comments
 (0)