@@ -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