Skip to content

[bot] Merge master/af6d2316 into rel/dev#1389

Merged
yenkins-admin merged 2 commits intorel/devfrom
snapshot-master-af6d2316-to-rel/dev
Mar 5, 2026
Merged

[bot] Merge master/af6d2316 into rel/dev#1389
yenkins-admin merged 2 commits intorel/devfrom
snapshot-master-af6d2316-to-rel/dev

Conversation

@yenkins-admin
Copy link
Contributor

🚀 Automated PR to perform merge from master into rel/dev with changes up to af6d231 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/22714374251).

hkad98 and others added 2 commits March 5, 2026 10:50
Add SDK abstraction for the LLM Provider entity with full CRUD operations
via the entities API. The implementation uses dedicated, provider-scoped
types for both configuration and authentication:

- Provider configs: CatalogOpenAiProviderConfig, CatalogAwsBedrockProviderConfig,
  CatalogAzureFoundryProviderConfig
- Provider-scoped auth: CatalogOpenAiApiKeyAuth, CatalogBedrockAccessKeyAuth,
  CatalogAzureFoundryApiKeyAuth
- Per-provider auth unions allow adding new auth types per provider independently

Service methods on CatalogOrganizationService: get, list, create, update (PATCH),
and delete for LLM providers.

This feature is Beta — the public API may change in future releases.

jira: trivial
risk: nonprod
feat(gooddata-sdk): add LLM Provider support (Beta)
@yenkins-admin yenkins-admin merged commit cad05af into rel/dev Mar 5, 2026
1 check passed
@yenkins-admin yenkins-admin deleted the snapshot-master-af6d2316-to-rel/dev branch March 5, 2026 10:49
@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

❌ Patch coverage is 66.84211% with 63 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.53%. Comparing base (93d0c4d) to head (af6d231).
⚠️ Report is 443 commits behind head on rel/dev.

Files with missing lines Patch % Lines
.../catalog/organization/entity_model/llm_provider.py 75.00% 40 Missing ⚠️
...k/src/gooddata_sdk/catalog/organization/service.py 20.68% 23 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           rel/dev    #1389      +/-   ##
===========================================
- Coverage    77.67%   77.53%   -0.15%     
===========================================
  Files          224      225       +1     
  Lines        14425    14615     +190     
===========================================
+ Hits         11205    11332     +127     
- Misses        3220     3283      +63     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants