Skip to content

Commit ffe7159

Browse files
authored
Add warehouse parameter to the REST Catalog doc
1 parent a67c559 commit ffe7159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkdocs/docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ catalog:
346346
| rest.signing-name | execute-api | The service signing name to use when SigV4 signing a request |
347347
| oauth2-server-uri | <https://auth-service/cc> | Authentication URL to use for client credentials authentication (default: uri + 'v1/oauth/tokens') |
348348
| 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+
| warehouse | myCatalog | For some catalog implementations like Databricks Unity, the warehouse is mandatory to identify which top level container (e.g. catalog, metastore...) is accessed. Namespaces are within this container. |
349350

350351
<!-- markdown-link-check-enable-->
351352

0 commit comments

Comments
 (0)