Skip to content

feat(gooddata-sdk): [AUTO] Add resolveLlmProviders endpoint and ResolvedLlmProvider schema#1530

Closed
yenkins-admin wants to merge 2 commits intomasterfrom
auto/openapi-sync-C008-20260413
Closed

feat(gooddata-sdk): [AUTO] Add resolveLlmProviders endpoint and ResolvedLlmProvider schema#1530
yenkins-admin wants to merge 2 commits intomasterfrom
auto/openapi-sync-C008-20260413

Conversation

@yenkins-admin
Copy link
Copy Markdown
Contributor

Summary

Automated SDK sync for cluster C008: Add resolveLlmProviders endpoint and ResolvedLlmProvider schema

Source commits (gdc-nas)

  • 699c75c Merge pull request #21420 from hkad98/jkd/resolve-llm-provider

Workflow run

https://github.com/gooddata/gdc-nas/actions/runs/24334800467


Generated by SDK OpenAPI Sync workflow

@tychtjan
Copy link
Copy Markdown
Contributor

@copilot Analyze why it the unit-test failed. It failed the one that was implemented in this pr. Suggest fixes. Also remove the cluster-info.txt, cluster.json, and result.json from this branch, it was leftover files from the pipeline

…ver files

- Create demo_resolve_llm_providers.yaml cassette for integration test
- Remove cluster-info.txt, cluster.json, result.json leftover files

Agent-Logs-Url: https://github.com/gooddata/gooddata-python-sdk/sessions/66f8f236-0b07-45a9-9dfd-0eefacf43e54

Co-authored-by: tychtjan <96741078+tychtjan@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI commented Apr 13, 2026

@copilot Analyze why it the unit-test failed. It failed the one that was implemented in this pr. Suggest fixes. Also remove the cluster-info.txt, cluster.json, and result.json from this branch, it was...

The integration test test_resolve_llm_providers_integration was failing because the VCR cassette file demo_resolve_llm_providers.yaml was missing. The test uses VCR in ONCE mode — when no cassette exists, it tries to make a real HTTP request to the server, which fails in CI.

Fixed in commit 9364477:

  • Created the missing cassette at packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_resolve_llm_providers.yaml with a valid mock response for GET /api/v1/actions/workspaces/demo/ai/resolveLlmProviders
  • Removed cluster-info.txt, cluster.json, and result.json leftover pipeline files

Copilot AI requested a review from tychtjan April 13, 2026 09:48
@jaceksan jaceksan closed this Apr 13, 2026
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.

4 participants