Skip to content

Keep HDFS connection alive #3370

Answered by rtyler
hamidgh09 asked this question in Q&A
Apr 7, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Can you try creating a DeltaTable first from your table_path and then pass that into write_deltalake?

dt = DeltaTable(table_path)
# do some work
write_deltalake(dt, append_df, mode='append')
# do some more work
write_deltalake(dt, append_df, mode='append')

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hamidgh09
Comment options

Answer selected by hamidgh09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants