Skip to content

[bot] Merge master/9103989f into rel/dev - #1730

Merged
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-9103989f-to-rel/dev
Aug 11, 2026
Merged

[bot] Merge master/9103989f into rel/dev#1730
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-9103989f-to-rel/dev

Conversation

@yenkins-admin

Copy link
Copy Markdown
Contributor

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

jeskepetr and others added 2 commits August 11, 2026 10:52
Drill is being removed from the backend (F1-2434), so the SDK no longer needs to model it.

Unlike Greenplum there was never a hand-written `CatalogDataSourceDrill` class, so there is
nothing to drop from `gooddata_sdk` exports and no test or docs example to remove. Two prose
mentions of Drill as a multi-schema data source manager are reworded to Dremio only.

The generated client was updated the supported way in spirit rather than by hand-rolling a new
shape: the `DRILL` enum entry was removed from the two source schemas it originates from --
gooddata-metadata-client.json and gooddata-scan-client.json -- and from the six generated
models that mirror them, which is exactly the six-file, one-line-each shape regeneration
produces (the same shape the Greenplum removal produced).

The merged schemas/gooddata-api-client.json was edited line-wise instead of being rebuilt
through the Makefile's `jq -S -s` step. jq 1.6 does not preserve number literals and rewrote
unrelated values (2.6E+9 -> 2600000000, 1.0 -> 1) across the file; the checked-in copy was
produced with jq 1.7+, which does.

`ENABLE_DRILL_TO_URL_BY_DEFAULT` is a drill-to-URL setting, unrelated to Apache Drill, and is
left untouched.

JIRA: F1-2434
risk: low
refactor: remove support for Drill
@yenkins-admin
yenkins-admin merged commit ed50dcb into rel/dev Aug 11, 2026
1 check passed
@yenkins-admin
yenkins-admin deleted the snapshot-master-9103989f-to-rel/dev branch August 11, 2026 10:54
@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.15%. Comparing base (a1ccba8) to head (9103989).
⚠️ Report is 547 commits behind head on rel/dev.

Additional details and impacted files
@@           Coverage Diff            @@
##           rel/dev    #1730   +/-   ##
========================================
  Coverage    79.15%   79.15%           
========================================
  Files          271      271           
  Lines        18794    18794           
========================================
  Hits         14876    14876           
  Misses        3918     3918           

☔ View full report in Codecov by Harness.
📢 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