This is an automated email from the ASF dual-hosted git repository.
yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new eb620653e [doc]: Doc fix for CLI usage (#3215)
eb620653e is described below
commit eb620653edf1915dcaba07c988bc86ec9e98da50
Author: Yong Zheng <[email protected]>
AuthorDate: Tue Dec 16 00:55:17 2025 -0600
[doc]: Doc fix for CLI usage (#3215)
---
client/python/apache_polaris/cli/constants.py | 2 +-
site/content/in-dev/unreleased/command-line-interface.md | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/client/python/apache_polaris/cli/constants.py
b/client/python/apache_polaris/cli/constants.py
index 8cb09ff1b..1e3e34315 100644
--- a/client/python/apache_polaris/cli/constants.py
+++ b/client/python/apache_polaris/cli/constants.py
@@ -274,7 +274,7 @@ class Hints:
class External:
CATALOG_CONNECTION_TYPE = (
- "The type of external catalog in [ICEBERG, HADOOP, HIVE]."
+ "The type of external catalog in [ICEBERG-REST, HADOOP, HIVE]."
)
CATALOG_AUTHENTICATION_TYPE = (
"The type of authentication in [OAUTH, BEARER, SIGV4,
IMPLICIT]"
diff --git a/site/content/in-dev/unreleased/command-line-interface.md
b/site/content/in-dev/unreleased/command-line-interface.md
index f27aa05f0..608e0155e 100644
--- a/site/content/in-dev/unreleased/command-line-interface.md
+++ b/site/content/in-dev/unreleased/command-line-interface.md
@@ -40,6 +40,7 @@ options:
--header
--profile
--proxy
+--debug
```
`COMMAND` must be one of the following:
@@ -146,6 +147,7 @@ options:
--endpoint (Only for S3) The S3 endpoint to use when connecting to S3
--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
--sts-endpoint (Only for S3) The STS endpoint to use when connecting to
STS
+ --no-sts (Only for S3) Indicates that Polaris should not use STS (e.g.
if STS is not available)
--path-style-access (Only for S3) Whether to use path-style-access for
S3
--allowed-location An allowed location for files tracked by the
catalog. Multiple locations can be provided by specifying this option more than
once.
--role-arn (Only for AWS S3) A role ARN to use when connecting to S3
@@ -156,7 +158,7 @@ options:
--consent-url (Only for Azure) A consent URL granting permissions for
the Azure Storage location
--service-account (Only for GCS) The service account to use when
connecting to GCS
--property A key/value pair such as: tag=value. Multiple can be
provided by specifying this option more than once
- --catalog-connection-type The type of external catalog in
[iceberg-rest, hadoop, hive].
+ --catalog-connection-type The type of external catalog in
[ICEBERG-REST, HADOOP, HIVE].
--iceberg-remote-catalog-name The remote catalog name when federating
to an Iceberg REST catalog
--hadoop-warehouse The warehouse to use when federating to a HADOOP
catalog
--hive-warehouse The warehouse to use when federating to a HIVE catalog