kszucs / pandahouse

Pandas interface for Clickhouse database
MIT License
229 stars 70 forks source link

Unable to reach "http.execute( )'s" "external" parameter from "to_clickhouse( )" function #39

Open mihaaairu opened 4 months ago

mihaaairu commented 4 months ago

The core.to_clickhouse( ) function is using the http.execute( ) function "under the hood". Some request preparations happening there by using the http.prepare( ) function.

But it is impossible to pass any other value in execute(external=) parameter (which is used in requests preparation), except hardcoded one, since there is no interface for that in to_clickhouse() function.

It would be great if such an opportunity existed :D