https://delta.io logo
n

Noah Prince

06/25/2023, 4:40 AM
How do you get
delta-rs
to automatically write checkpoint files? I’ve got around 300 json files in my _delta_log but no checkpoints. Is it something you have to do manually? Code here for context https://github.com/helium/helium-data/blob/main/protobuf-delta-lake-sink/src/main.rs#L304
😢
w

Will Jones

06/25/2023, 6:26 PM
I think we don't support automatic checkpoints yet. This is tracked in: https://github.com/delta-io/delta-rs/issues/913
👍 1
n

Noah Prince

06/25/2023, 8:26 PM
Awesome, thanks for answering. Will just add a manual write of the checkpoint