Skip to content

Commit

Permalink
Update docs/website/docs/dlt-ecosystem/destinations/athena.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Mar 10, 2024
1 parent e949f0e commit 5335a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/destinations/athena.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5335a09

Please sign in to comment.