Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ content:
- url: https://github.com/redpanda-data/docs
branches: [v/*, api, shared, site-search,'!v-end-of-life/*']
- url: https://github.com/redpanda-data/cloud-docs
branches: 'main'
branches: 'DOC-1398-single-source-iceberg_disable_snapshot_tagging'
- url: https://github.com/redpanda-data/redpanda-labs
branches: main
start_paths: [docs,'*/docs']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1971,24 +1971,29 @@ Whether to disable automatic Iceberg snapshot expiry. This property may be usefu

---

// tag::iceberg_disable_snapshot_tagging[]
=== iceberg_disable_snapshot_tagging

Whether to disable tagging of Iceberg snapshots. These tags are used to ensure that the snapshots that Redpanda writes are retained during snapshot removal, which in turn, helps Redpanda ensure exactly-once delivery of records. Disabling tags is therefore not recommended, but may be useful if the Iceberg catalog does not support tags.
Whether to disable tagging of Iceberg snapshots. These tags are used to ensure that the snapshots that Redpanda writes are retained during snapshot removal, which in turn, helps Redpanda ensure exactly-once delivery of records. Disabling tags is therefore not recommended, but it may be useful if the Iceberg catalog does not support tags.

*Requires restart:* No

*Visibility:* `user`

*Type:* boolean

ifndef::env-cloud[]
*Default:* `false`
endif::[]

**Related topics**:

- xref:manage:iceberg/about-iceberg-topics.adoc[]

---

// end::iceberg_disable_snapshot_tagging[]

// tag::iceberg_enabled[]
=== iceberg_enabled

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ endif::[]

*Supported versions*: Redpanda v23.1 or later

// end::cloud_storage_azure_container[]

---

// end::cloud_storage_azure_container[]

=== cloud_storage_azure_hierarchical_namespace_enabled

Force Redpanda to use or not use an Azure Data Lake Storage (ADLS) Gen2 hierarchical namespace-compliant client in <<cloud_storage_azure_storage_account,`cloud_storage_azure_storage_account`>>.
Expand Down Expand Up @@ -210,10 +210,10 @@ The name of the Azure storage account to use with Tiered Storage. If `null`, the

*Default:* `null`

// end::cloud_storage_azure_storage_account[]

---

// end::cloud_storage_azure_storage_account[]

=== cloud_storage_backend

Optional object storage backend variant used to select API capabilities. If not supplied, this will be inferred from other configuration properties.
Expand Down