-
|
When using rest api for loading a table, more specifically using the endpoint This returns some crutial information for setting table properties in pyiceberg, viz., |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
|
This is what credential vending does. The To control that, users can create a storage configuration with information like |
Beta Was this translation helpful? Give feedback.
-
|
The thing is i want to have multiple storage buckets for one rest catalog, and one bucket for one of raw, silver, gold layer. So the s3.endpoint is specific to the table itself and not the catalog. How can i go about doing that? |
Beta Was this translation helpful? Give feedback.
If you want to know how to config the static storage credentials at the service level, check this page out, https://polaris.apache.org/in-dev/unreleased/configuration/configuration-reference/#storage--credentials.