Open MChamberlin opened 5 days ago
Hi there 👋 Thanks for your contribution!
The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test
, the CI workflows
will start executing and we'll be able to make sure everything is working as expected.
Let us know if you need any help!
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Describe your changes:
Fixes 18156, 17797
pyiceberg
to version0.7.1
, which includes support for custom OAuth2 Scope.scope
parameter to the database service connection configuration for Iceberg REST Catalogs.Context
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. Here we add the ability to configure a scope for an Iceberg REST catalog connection in an Iceberg database ingestion service. We also upgrade
pyiceberg
and associated dependencies to the latest version (0.7.1
), which now supports specifying a custom scope in the REST catalog config.#
Type of change:
#
Checklist:
Fixes <issue-number>: <short explanation>