Skip to content

Commit

Permalink
Add doc for not supported operations for credential vending in Spark (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCanCode authored Oct 24, 2024
1 parent 24cd8ec commit 301dc14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/content/in-dev/unreleased/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ To secure interactions with service connections, Polaris vends temporary storage
execution. These credentials allow the query engine to run the query without requiring access to your external cloud storage for
Iceberg tables. This process is called credential vending.

As of now, the following limitation is known regarding Apache Iceberg support:

- **remove_orphan_files:** Apache Spark can't use credential vending
for this due to a known issue. See [apache/iceberg#7914](https://github.com/apache/iceberg/pull/7914) for details.

### Identity and access management (IAM)

Polaris uses the identity and access management (IAM) entity to securely connect to your storage for accessing table data, Iceberg
Expand Down

0 comments on commit 301dc14

Please sign in to comment.