From 1cb4f496e3bf06abc8c5ac0e3334252f67c33594 Mon Sep 17 00:00:00 2001 From: Ari Brown Date: Wed, 22 Jan 2025 11:15:55 -0500 Subject: [PATCH] updated example as failing --- examples/export_table.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/export_table.py b/examples/export_table.py index 3384a97..e37a2ad 100644 --- a/examples/export_table.py +++ b/examples/export_table.py @@ -30,6 +30,10 @@ tblproperties ('spark.sql.sources.provider' = 'delta', """ print(string) +# FIXME TODO +# DOES NOT WORK +# Athena doesn't support exporting into a delta table unfortunately (1/22/25) + try: e = athena.execute(string) e.finish()