Sync Java SDK models from atlanhq/models#2415
Merged
Conversation
Source commit: a86c1e8c2bb1e1f05f981deeb8fba6535865c0e7 Source ref: refs/heads/master Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 tasks
cmgrote
added a commit
that referenced
this pull request
Apr 16, 2026
The old ModelGeneratorV2 accidentally placed copies of the DbtTest concrete class and IDbtTest interface into src/test/java alongside the authoritative versions in src/main/java. Because the test compilation source set includes both trees, the stale test-tree copies shadow the correctly-maintained main-tree versions. When the Pkl sync (PR #2415) added catalogDatasetGuid to DbtTest.java in src/main/java, the stale src/test/java/DbtTest.java (without the field) continued to be compiled by compileTestJava, producing: DbtTest.java:42: error: DbtTest is not abstract and does not override abstract method getCatalogDatasetGuid() in IDbt The canonical files in src/main/java are generated and maintained by the Pkl renderer; the test-tree copies serve no purpose. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Chris (He/Him) <cgrote@gmail.com>
2 tasks
cmgrote
approved these changes
Apr 16, 2026
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.
Summary
This PR syncs the generated Java SDK models from the atlanhq/models repository.
masterbranchChanges
Auto-generated Java model files from Pkl type definitions.
Test Plan
🤖 This PR was automatically created by the sync-java-sdk workflow.