[bot] Merge master/4dc3f871 into rel/dev#1437
Merged
yenkins-admin merged 5 commits intorel/devfrom Mar 17, 2026
Merged
Conversation
Update all auto-generated API client code (docs, api, models) and schema JSON files to match the latest OpenAPI specification.
- Add staging test workflow and env-based config overrides (GD_TEST_ENV) - Remove deprecated LLM endpoint entity model, service methods, and tests - Tighten test assertions to use exact counts and equality checks - Replace fragile fixture-file patching with in-memory inject_ds_connection() - Add clean_staging.py and org-id layout symlinks - Add GRPC_FORGE_HOST/PORT env vars to docker-compose api-gw service
Re-record all VCR cassettes against local environment to reflect changes from the latest API client regeneration.
Move BigQuery/Databricks dummy credentials to shared config section so they are defined once and reused by all environments. The staging env previously used structurally invalid placeholders (e.g. "dummy-bigquery-token") that failed backend schema validation, forcing a pytest.skip. Now both local and staging use the same Base64-encoded service account JSON that passes BigQueryDataSourceValidator. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feat(tests): overhaul staging test infrastructure and update fixtures
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rel/dev #1437 +/- ##
===========================================
- Coverage 77.36% 77.24% -0.12%
===========================================
Files 228 227 -1
Lines 14775 14672 -103
===========================================
- Hits 11430 11334 -96
+ Misses 3345 3338 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Automated PR to perform merge from master into rel/dev with changes up to 4dc3f87 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/23189593398).