updated example as failing

This commit is contained in:
Ari Brown 2025-01-22 11:15:55 -05:00
parent bdcd0d1181
commit 1cb4f496e3

View file

@ -30,6 +30,10 @@ tblproperties ('spark.sql.sources.provider' = 'delta',
""" """
print(string) print(string)
# FIXME TODO
# DOES NOT WORK
# Athena doesn't support exporting into a delta table unfortunately (1/22/25)
try: try:
e = athena.execute(string) e = athena.execute(string)
e.finish() e.finish()