forked from bellwether/minerva
updated example as failing
This commit is contained in:
parent
bdcd0d1181
commit
1cb4f496e3
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue