Add IcebergResourceManager#2985
Merged
Abacn merged 7 commits intoGoogleCloudPlatform:mainfrom Nov 17, 2025
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2985 +/- ##
==========================================
Coverage 50.23% 50.24%
- Complexity 5001 5015 +14
==========================================
Files 966 967 +1
Lines 59157 59261 +104
Branches 6445 6458 +13
==========================================
+ Hits 29719 29775 +56
- Misses 27334 27378 +44
- Partials 2104 2108 +4
🚀 New features to boost your workflow:
|
derrickaw
reviewed
Nov 14, 2025
it/iceberg/src/test/java/com/google/cloud/teleport/it/iceberg/IcebergResourceManagerIT.java
Outdated
Show resolved
Hide resolved
derrickaw
previously approved these changes
Nov 14, 2025
Abacn
reviewed
Nov 14, 2025
it/iceberg/src/test/java/com/google/cloud/teleport/it/iceberg/IcebergResourceManagerIT.java
Show resolved
Hide resolved
Abacn
approved these changes
Nov 17, 2025
aasthabharill
pushed a commit
that referenced
this pull request
Dec 10, 2025
* Add IcebergResourceManager * Add IcebergResource Manager for IT * Fix Testcase * Order fields * Apply spotless * Add Unit tests * Apply Spotless
MnkyGns
pushed a commit
to MnkyGns/DataflowTemplates
that referenced
this pull request
Feb 12, 2026
* Add IcebergResourceManager * Add IcebergResource Manager for IT * Fix Testcase * Order fields * Apply spotless * Add Unit tests * Apply Spotless
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.
Adding Basic version of IcebergResourceManager that can be utilized with tests. This should cover all the use cases. In the next PR with JDBCToIceberg i look to improve this if more cases are found.