Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frifriSF59 committed Jan 7, 2025
1 parent 9b3d406 commit 4f4b963
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ data class AWSSystemCredentials(
val AWS_ASSUME_ROLE_EXTERNAL_ID: String
)

/** Collection of Iceberg related utilities. */
/** Collection of Iceberg related utilities.
* The awsSystemCredentials property is a temporary fix to allow us to run the integrations tests.
* This will be removed when we change all of this to use Micronaut
* */
@Singleton
class IcebergUtil(private val tableIdGenerator: TableIdGenerator, val awsSystemCredentials: AWSSystemCredentials? = null) {

Expand Down

0 comments on commit 4f4b963

Please sign in to comment.