-
Notifications
You must be signed in to change notification settings - Fork 26
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
External Data support #68
Comments
Hello! thanks for the issue. Currently there are no concrete plans for the very near future.
Yours |
The workaround you suggest would work, though pushes the management of that ephemeral table onto the user, which I suspect would be prone to mistakes. Main usecase is that I often have a set of identifiers in R for which I would want to join against some data living in a clickhouse table. Right now, I would either need to convert those identifiers to a (very long) One of the big python Clickhouse drivers has implemented support for the external data API: https://clickhouse-driver.readthedocs.io/en/latest/features.html#external-data-for-query-processing |
Hi! Thanks for this nice suggestion! The external data API seems indeed really interesting and there are for sure plenty of use cases. However, this package is basically a wrapper around the official clickhouse c++ client plus some dplyr gimmicks. As far as I know, this feature is not supported by the cpp client yet and therefore we have to add it there first. We'll discuss it internally the next days and reach out to the cpp-client fellas. Please don't expect it to happen within the next weeks, but we'll keep this thread open and use it for updates. |
Apologies if I missed this somewhere in the docs... Are there any plans to support Clickhouse's External Data API, perhaps accepting a data.frame as input to the query?
The text was updated successfully, but these errors were encountered: