Skip to content

Commit ca540c2

Browse files
gagichceelithrar
andauthored
Update duckdb.mdx (#28149)
* Update duckdb.mdx * Apply suggestion from @elithrar --------- Co-authored-by: Matt Silverlock <matt@eatsleeprepeat.net>
1 parent 47a0666 commit ca540c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/content/docs/r2/data-catalog/config-examples

src/content/docs/r2/data-catalog/config-examples/duckdb.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Below is an example of using [DuckDB](https://duckdb.org/) to connect to R2 Data
1313
- [Create an R2 API token](/r2/api/tokens/) with both [R2 and data catalog permissions](/r2/api/tokens/#permissions).
1414
- Install [DuckDB](https://duckdb.org/docs/installation/).
1515
- Note: [DuckDB 1.4.0](https://github.com/duckdb/duckdb/releases/tag/v1.4.0) or greater is required to attach and write to [Iceberg REST Catalogs](https://duckdb.org/docs/stable/core_extensions/iceberg/iceberg_rest_catalogs).
16+
- Note: DuckDB [does not currently support](https://duckdb.org/docs/stable/core_extensions/iceberg/iceberg_rest_catalogs#limitations-for-update-and-delete) `DELETE` on partitioned tables.
1617

1718
## Example usage
1819

0 commit comments

Comments
 (0)