-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when using CDF functionality in dev
branch
#8
Comments
Hey @januz, thanks for the feedback. Currently Predominantly the Hopefully I'll find the time in the coming weeks to add this! |
Thanks for the background, @zacdav-db I'll check back in a few weeks to test your new implementation when it's ready. It would be fantastic if you could keep this issue open and update it once you have implemented these changes. Thanks so much! |
@zacdav-db Sorry to bug you again with this but are you still working on adding the CDF functionality? We're about to set up an ETL pipeline for regularly importing data from one of our vendors who are sharing the data using Deltasharing and the CDF functionality would make it really easy to keep their and our database tables in sync without having to re-download lots of data. Thank you!! |
@januz If you need anything for important use cases in the near term I'd suggest not waiting on this, I cannot make any concrete commitments to timelines. The python connector should support your use case. With regards to direction I have decided that I will likely try a first implementing the delta kernel to provide this functionality. One downside is that this is in java and I may choose to wait for the rust implementation. If the performance of the connector using the kernel is poor I'll likely revisit the more complex and labour intensive effort of doing it all myself. |
Thanks for the update, @zacdav-db! |
@zacdav-db Thanks so much for this package!
I first tried out the standard functionality that is currently available in
main
which works great. But as I also wanted to test the change data feed functionality and installed thedev
version.I'm getting the following error message when trying to load data:
The text was updated successfully, but these errors were encountered: