From 5335a09e727878378dddac7457e5f4b0e57a3578 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Mon, 11 Mar 2024 02:20:33 +0300 Subject: [PATCH] Update docs/website/docs/dlt-ecosystem/destinations/athena.md --- docs/website/docs/dlt-ecosystem/destinations/athena.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/destinations/athena.md b/docs/website/docs/dlt-ecosystem/destinations/athena.md index 15a6c5a671..b376337e77 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/athena.md +++ b/docs/website/docs/dlt-ecosystem/destinations/athena.md @@ -120,7 +120,7 @@ If you decide to change the [filename layout](./filesystem#data-loading) from th ## Additional destination options ### Iceberg data tables -You can save your tables as iceberg tables to Athena. This will enable you, for example, to delete data from them later if you need to. To switch a resource to the iceberg table format, supply the table_format argument like this: +You can save your tables as Iceberg tables to Athena. This will enable you, for example, to delete data from them later if you need to. To switch a resource to the iceberg table format, supply the table_format argument like this: ```python @dlt.resource(table_format="iceberg")