-
Notifications
You must be signed in to change notification settings - Fork 14
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
datafusion-remote-tables
crate
#456
Comments
Good question. My idea was to first make it available independently of Seafowl, which was done by separating it into a standalone crate. You should be able to add it to your project by specifying a dependency that targets this git repo (or a clone of it): https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories. Does that work for you? As for publishing, I was waiting for Consequently, if you intend to publish a package based on |
Thanks for the quick response. Since i intend to publish my project on crates.io, a git dependency won't work. I appreciate the option of reaching out to the connector-x folk, otherwise I can temporarily copy as a module locally until there is a release. |
@ccollie sure thing; I opened a PR to bump the dependencies over at connector-x: sfu-db/connector-x#518 Hopefully this can result in a new |
BTW - my use-case is a |
According to the blog post here,
datafusion-remote-tables
was released separately as a crate, but I don't see it oncrates.io
The text was updated successfully, but these errors were encountered: