You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working in a glue job and I want to reflect my appended data when I query into Athena what are the options considering I'm writing like :
df.write.mode("append").partitionBy(*cols).parquet(path)?
I would be glad with some help here
The text was updated successfully, but these errors were encountered:
I'm working in a glue job and I want to reflect my appended data when I query into Athena what are the options considering I'm writing like :
df.write.mode("append").partitionBy(*cols).parquet(path)?
I would be glad with some help here
The text was updated successfully, but these errors were encountered: