File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ATLAN_BASE_URL = your_tenant_base_url
22
3- # API KEY based authentication
3+ # Option 1 - API KEY based authentication
44ATLAN_API_KEY = your_api_key
55
6- # OAuth based authentication
6+ # Option 2 - OAuth based authentication
77ATLAN_OAUTH_CLIENT_ID = your_oauth_client_id
8- ATLAN_OAUTH_CLIENT_SECRET = your_oauth_client_secret
8+ ATLAN_OAUTH_CLIENT_SECRET = your_oauth_client_secret
Original file line number Diff line number Diff line change 1+ ## 8.4.4 (December 3, 2025)
2+
3+ ### New Features
4+
5+ - Added support for initializing ` AtlanClient ` and ` AsyncAtlanClient ` using ` OAuth ` credentials.
6+
7+ ### Bug Fixes
8+
9+ - Fixed ` pyatlan.test_utils.create_connection() ` which was missing the required ` client ` parameter.
10+
111## 8.4.3 (December 2, 2025)
212
313### Bug Fixes
Original file line number Diff line number Diff line change 1- 8.4.3
1+ 8.4.4
You can’t perform that action at this time.
0 commit comments