diff --git a/client/python/apache_polaris/cli/constants.py b/client/python/apache_polaris/cli/constants.py index 8cb09ff1b6..1e3e343152 100644 --- a/client/python/apache_polaris/cli/constants.py +++ b/client/python/apache_polaris/cli/constants.py @@ -274,7 +274,7 @@ class Update: 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 f27aa05f0a..608e0155e6 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