Replies: 1 comment 1 reply
-
Haven't worked so much with streaming sources in datafusion, so take anything that follows with a grain of salt :). The write operation in delta-rs can be configured to take a datafusion |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Does anyone knows if it is possible to use
deltalake-rs
for streaming withdatafusion
in Rust? I can’t seem to find anything on this.Spark does have it. See https://docs.delta.io/latest/delta-streaming.html#delta-table-as-a-sink I am looking at reproducing at least the reading of the stream part using datafusion.
Any pointers?
Beta Was this translation helpful? Give feedback.
All reactions