You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| uri | <https://rest-catalog/ws> | URI identifying the REST Server |
343
-
| ugi | t-1234:secret | Hadoop UGI for Hive client. |
344
-
| scope | openid offline corpds:ds:profile | Desired scope of the requested security token (default : catalog) |
345
-
| resource | rest_catalog.iceberg.com | URI for the target resource or service |
346
-
| audience | rest_catalog | Logical name of target resource or service |
347
-
| snapshot-loading-mode | refs | The snapshots to return in the body of the metadata. Setting the value to `all` would return the full set of snapshots currently valid for the table. Setting the value to `refs` would load all snapshots referenced by branches or tags. |
348
343
| warehouse | myWarehouse | Warehouse location or identifier to request from the catalog service. May be used to determine server-side overrides, such as the warehouse location. |
344
+
| snapshot-loading-mode | refs | The snapshots to return in the body of the metadata. Setting the value to `all` would return the full set of snapshots currently valid for the table. Setting the value to `refs` would load all snapshots referenced by branches or tags. |
349
345
| `header.X-Iceberg-Access-Delegation` | `vended-credentials` | Signal to the server that the client supports delegated access via a comma-separated list of access mechanisms. The server may choose to supply access via any or none of the requested mechanisms. When using `vended-credentials`, the server provides temporary credentials to the client. When using `remote-signing`, the server signs requests on behalf of the client. (default: `vended-credentials`) |
350
346
351
347
@@ -364,19 +360,23 @@ catalog:
364
360
365
361
366
362
#### Authentication Options
367
-
- **SigV4**: For AWS services that require SigV4 signing.
368
-
- **OAuth2**: For services that require OAuth2 authentication.
369
-
- **Bearer Token**: Use the `token` property to pass a bearer token directly for services that accept token-based authentication.
370
-
- **Client Credentials**: Use the `credential` property with the format `client_id:client_secret` to perform the OAuth2 client credentials flow. Optionally, use the `oauth2-server-uri` property to specify a custom OAuth2 endpoint for client credentials authentication.
0 commit comments