Skip to content

Commit eb62065

Browse files
[doc]: Doc fix for CLI usage (#3215)
1 parent 80b7b78 commit eb62065

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

client/python/apache_polaris/cli/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class Update:
274274

275275
class External:
276276
CATALOG_CONNECTION_TYPE = (
277-
"The type of external catalog in [ICEBERG, HADOOP, HIVE]."
277+
"The type of external catalog in [ICEBERG-REST, HADOOP, HIVE]."
278278
)
279279
CATALOG_AUTHENTICATION_TYPE = (
280280
"The type of authentication in [OAUTH, BEARER, SIGV4, IMPLICIT]"

site/content/in-dev/unreleased/command-line-interface.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ options:
4040
--header
4141
--profile
4242
--proxy
43+
--debug
4344
```
4445

4546
`COMMAND` must be one of the following:
@@ -146,6 +147,7 @@ options:
146147
--endpoint (Only for S3) The S3 endpoint to use when connecting to S3
147148
--endpoint-internal (Only for S3) The S3 endpoint used by Polaris to use when connecting to S3, if different from the one that clients use
148149
--sts-endpoint (Only for S3) The STS endpoint to use when connecting to STS
150+
--no-sts (Only for S3) Indicates that Polaris should not use STS (e.g. if STS is not available)
149151
--path-style-access (Only for S3) Whether to use path-style-access for S3
150152
--allowed-location An allowed location for files tracked by the catalog. Multiple locations can be provided by specifying this option more than once.
151153
--role-arn (Only for AWS S3) A role ARN to use when connecting to S3
@@ -156,7 +158,7 @@ options:
156158
--consent-url (Only for Azure) A consent URL granting permissions for the Azure Storage location
157159
--service-account (Only for GCS) The service account to use when connecting to GCS
158160
--property A key/value pair such as: tag=value. Multiple can be provided by specifying this option more than once
159-
--catalog-connection-type The type of external catalog in [iceberg-rest, hadoop, hive].
161+
--catalog-connection-type The type of external catalog in [ICEBERG-REST, HADOOP, HIVE].
160162
--iceberg-remote-catalog-name The remote catalog name when federating to an Iceberg REST catalog
161163
--hadoop-warehouse The warehouse to use when federating to a HADOOP catalog
162164
--hive-warehouse The warehouse to use when federating to a HIVE catalog

0 commit comments

Comments
 (0)