us-east
. This is the bucket’s region.s3.us-east.cloud-object-storage.appdomain.cloud
. (Ignore the values of
Private and Direct). This is the bucket’s public endpoint.access_key_id
under cos_hmac_keys
, which represents the HMAC access key ID.secret_access_key
under cos_hmac_keys
, which represents the HMAC secret access key.access_key_id
under cos_hmac_keys
, which represents the HMAC access key ID.secret_access_key
under cos_hmac_keys
, which represents the HMAC secret access key.https://
.<catalog-name>
with the name of the target
catalog and <schema-name>
with the name of the target schema:
sent_from
and there is no
column named sent_from
in the table, the sent_from
element will be dropped upon record insertion. You should modify the preceding
sample table creation statement to add columns for any additional elements that you want to be included upon record
insertion.
To increase query performance, Iceberg uses hidden partitioning to
group similar rows together when writing. You can also
explicitly define partitions as part of the
preceding CREATE TABLE
statement.
CREATE TABLE
statement, or other SQL statements such as ALTER TABLE
, to set this behavior.) To get the
values for the specified environment variables, see the preceding instructions.
https://
in this value.https://
in this value.15
. The default is 10
. If specified, it must be a number between 2
and 100
, inclusive.150
. The default is 50
. If specified, it must be a number between 2
and 500
, inclusive.record_id
.