From a1d3732ea43f7cc0005e5f9750863be9fafde640 Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:28:09 +0530 Subject: [PATCH] minor fix to athena.md documentation --- 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 822d1c9c07..1724c7f68f 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/athena.md +++ b/docs/website/docs/dlt-ecosystem/destinations/athena.md @@ -201,7 +201,7 @@ def partitioned_data(): # Add partitioning hints to the table athena_adapter( - partitioned_table, + partitioned_data, partition=[ # Partition per category and month "category",