[destination-iceberg] support OAuth2 scope parameter in Iceberg REST catalog connection #50397
Open
1 task done
Labels
area/connectors
Connector related issues
autoteam
community
connectors/destination/iceberg
team/use
type/bug
Something isn't working
Connector Name
destination-iceberg
Connector Version
0.2.3
What step the error happened?
Configuring a new connector
Relevant information
It is often necessary to provide an OAuth2 scope along with client credentials for an Iceberg REST Catalog connection, particularly for the Apache Polaris REST catalog. Currently,
scope
is not a supported parameter for the REST catalog connection configuration, resulting in errors like this when the default scope (PRINCIPAL:ALL
) is not granted to the principal.The Iceberg destination connector should add a
scope
parameter to the REST catalog configuration to support this common connection pattern.Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: